Closed JoeStrout closed 5 years ago
To reproduce:
Create a text file called test.ms, containing:
print name
Feed this to command-line MiniScript: miniscript test.ms
miniscript test.ms
Observe inappropriate error:
Lexer Error: missing closing quote (") [line 1]
Note that this affects the Try-It! page (which is based on mostly the same code as the command-line version) too.
(Thanks to forum user WorldLover for bringing this to my attention.)
To reproduce:
Create a text file called test.ms, containing:
Feed this to command-line MiniScript:
miniscript test.ms
Observe inappropriate error:
Note that this affects the Try-It! page (which is based on mostly the same code as the command-line version) too.