Skip to content

Commit 7b83204

Browse files
committed
g131 g131cb
1 parent e806b2e commit 7b83204

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

test/g131.ijs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,6 @@ assert. 1e_8>e
188188
0 -: %.~$~0x
189189
0 -: %.~$~0r4
190190

191-
'NaN error' -: %. etx 2 2 $ 0 1 2 _
192-
'NaN error' -: %. etx 2 2$0 1e_309 10 10
193-
194191
'domain error' -: %. etx 4 4$'abc'
195192
'domain error' -: %. etx 4 4$u:'abc'
196193
'domain error' -: %. etx 4 4$10&u:'abc'
@@ -205,6 +202,9 @@ assert. 1e_8>e
205202
'length error' -: %. etx ?3 5$123
206203
'length error' -: 3 4 5 %. etx ?7 4$100
207204

205+
echo %. etx 2 2 $ 0 1 2 _
206+
echo %. etx 2 2$0 1e_309 10 10
207+
208208
9!:19 ct
209209

210210
cblas (9!:56) 'cblas'

test/g131cb.ijs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,9 @@ assert. 1e_8>e
198198
'length error' -: %. etx ?3 5$123
199199
'length error' -: 3 4 5 %. etx ?7 4$100
200200

201+
echo %. etx 2 2 $ 0 1 2 _
202+
echo %. etx 2 2$0 1e_309 10 10
203+
201204
9!:19 ct
202205

203206
delth''

0 commit comments

Comments
 (0)