support Windows EOL
This commit is contained in:
parent
118930df3b
commit
d1f799a487
@ -223,7 +223,7 @@ const generate = cb => {
|
||||
.skipTo(enddefinitions);
|
||||
|
||||
simulation
|
||||
.match([' ', '\n', '\t', '$dumpvars', '$end'], simulation)
|
||||
.match([' ', '\r', '\n', '\t', '$dumpvars', '$end'], simulation)
|
||||
.select(cmd('$dumpall $dumpoff $dumpon $comment'),
|
||||
p.invoke(p.code.store('command'), commandSpan.start(inSimulation)))
|
||||
.select(cmd('#'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user