mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-28 09:09:31 +00:00
Firth test batch and associated fixes
This commit is contained in:
parent
aa8dfbd498
commit
409a2e7095
22 changed files with 516 additions and 5 deletions
30
test/tests/checkpoint change.ans
Normal file
30
test/tests/checkpoint change.ans
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
:f = "f"!script($_)
|
||||
|x
|
||||
#p!checkpoint($_)
|
||||
|a
|
||||
|
||||
#q!checkpoint($_)
|
||||
|b
|
||||
|
||||
|c
|
||||
|
||||
|d
|
||||
|
||||
|From start:
|
||||
f!
|
||||
|
||||
|From p checkpoint:
|
||||
f!
|
||||
|
||||
|From q checkpoint:
|
||||
f!
|
||||
|
||||
|From q checkpoint again:
|
||||
f!
|
||||
|
||||
|Go to p again by setting checkpoint manually:
|
||||
f.current checkpoint = #p
|
||||
f!
|
||||
|
||||
|From q again:
|
||||
f!
|
||||
Loading…
Add table
Add a link
Reference in a new issue