Skip to content

Commit 3ee5e53

Browse files
committed
TEST: clear map
related to: Oldes/Rebol-issues#472
1 parent d5a3976 commit 3ee5e53

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/tests/units/map-test.r3

+4
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ Rebol [
7575
a: make map! []
7676
--assert map? make map! a
7777

78+
;@@ https://github.com/Oldes/Rebol-issues/issues/472
79+
--test-- "clear map"
80+
--assert empty? clear make map! [a: 1]
81+
7882
===end-group===
7983

8084

0 commit comments

Comments
 (0)