1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-27 16:49:31 +00:00
anselme/test/tests/merge nested mutable error bis.ans

19 lines
No EOL
170 B
Text

:a = *[1]
:b = *[2]
:f = "f"!script($_)
a!insert(b)
#c!checkpoint
b!insert(3)
#d!checkpoint
b!insert(4)
error("abort")
:@$ post run check
|[1,[2,3]]: {a}
f!