We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0465a5e commit b7eb572Copy full SHA for b7eb572
src/tests/units/map-test.r3
@@ -233,6 +233,14 @@ Rebol [
233
--assert [a b c d e f "a" <b> 9 #"c" a@b 3.14 1x0 $1] = keys-of m
234
--assert [a b c d e f "a" <b> 9 #"c" a@b 3.14 1x0 $1] = reflect m 'words
235
236
+ --test-- "spec of map"
237
+ ;@@ https://github.com/Oldes/Rebol-issues/issues/1859
238
+ --assert all [
239
+ error? e: try [ spec-of #() ]
240
+ e/id = 'expect-arg
241
+ e/arg2 = 'value
242
+ e/arg3 = map!
243
+ ]
244
--test-- "path expression on map!"
245
;@@ https://github.com/Oldes/Rebol-issues/issues/2421
246
foreach k keys-of m [
0 commit comments