mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-28 00:59: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
24
test/tests/checkpoint merging variable.ans
Normal file
24
test/tests/checkpoint merging variable.ans
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
:l = 1
|
||||
|
||||
:@$ post run check
|
||||
|3: {l}
|
||||
|
||||
|1: {l}
|
||||
|
||||
l = 2
|
||||
|
||||
|2: {l}
|
||||
|
||||
merge branch!
|
||||
|
||||
l = 3
|
||||
|
||||
|3: {l}
|
||||
|
||||
merge branch!
|
||||
|
||||
l = 4
|
||||
|
||||
|4: {l}
|
||||
|
||||
error("cancel merge")
|
||||
Loading…
Add table
Add a link
Reference in a new issue