mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-27 16:49: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
|
|
@ -307,7 +307,7 @@ local function parse_line(line, state, namespace)
|
|||
if expr:match("[^%s]") then
|
||||
r.expression = expr
|
||||
else
|
||||
r.expression = nil
|
||||
r.expression = "()"
|
||||
end
|
||||
-- return
|
||||
elseif l:match("^%@") then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue