Skip to content

Commit 9ca9be2

Browse files
Add tests for nested-MAP auto-creation.
1 parent d55d157 commit 9ca9be2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
MAP: m
2+
3+
ASSERT(EQ(ASSIGN(m<"a", "b">, 0d5), 0d5))
4+
ASSERT(EQ(m<"a", "b">, 0d5))
5+
ASSERT(EQ(m, <"a" = <"b" = 0d5>>))

0 commit comments

Comments
 (0)