mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-28 00:59:31 +00:00
Restore tags when resuming from a checkpoint; simply resuming code
This commit is contained in:
parent
5c3e9d2c5d
commit
f9edaff7e7
8 changed files with 353 additions and 35 deletions
26
test/tests/resume from nested paragraph.ans
Normal file
26
test/tests/resume from nested paragraph.ans
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
$ f
|
||||
x
|
||||
§ p
|
||||
a
|
||||
|
||||
§ q
|
||||
b
|
||||
|
||||
c
|
||||
|
||||
d
|
||||
|
||||
From start:
|
||||
~ f
|
||||
|
||||
From p checkpoint:
|
||||
~ f
|
||||
|
||||
From q checkpoint:
|
||||
~ f
|
||||
|
||||
From q checkpoint again:
|
||||
~ f
|
||||
|
||||
Force p checkpoint:
|
||||
~ f.p()
|
||||
Loading…
Add table
Add a link
Reference in a new issue