mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-28 09:09:31 +00:00
Final test batch and associated fixes
This commit is contained in:
parent
050c84921c
commit
43a745a7a9
66 changed files with 1233 additions and 51 deletions
19
test/tests/merge nested mutable error bis.ans
Normal file
19
test/tests/merge nested mutable error bis.ans
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
: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!
|
||||
Loading…
Add table
Add a link
Reference in a new issue