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
21
test/tests/commit.ans
Normal file
21
test/tests/commit.ans
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
:bar = "bar"!script($_)
|
||||
var = 2
|
||||
|
||||
|before: {var}
|
||||
|
||||
run in new branch("parallel!")
|
||||
|
||||
#foo!checkpoint($_)
|
||||
|checkpoint
|
||||
|
||||
|after: {var}
|
||||
|
||||
run in new branch("parallel!")
|
||||
bar.:var = 5
|
||||
|
||||
:@$ parallel
|
||||
|parallel: {bar.var}
|
||||
|
||||
merge branch!
|
||||
|
||||
bar!
|
||||
Loading…
Add table
Add a link
Reference in a new issue