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
20
test/tests/interrupt callback nested.ans
Normal file
20
test/tests/interrupt callback nested.ans
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
:$ leave
|
||||
|in interrupt: {oh.bar.var}
|
||||
|
||||
:$ oh
|
||||
|no
|
||||
|
||||
oh.:bar = "bar"!script($_)
|
||||
var = 2
|
||||
|
||||
|before: {var}
|
||||
|
||||
interrupt("leave!")
|
||||
|
||||
#foo!checkpoint($_)
|
||||
|checkpoint
|
||||
|
||||
|after: {var}
|
||||
oh.bar.:var = 5
|
||||
|
||||
oh.bar!
|
||||
Loading…
Add table
Add a link
Reference in a new issue