mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 09:59:48 -05:00
* fixed batch parser test * fix batch parser test * fix batch parser test * fixed baseline tests for parser and fixed trace output logic * Update RunEnvironmentInfo.cs * checking error logs on AppVeyor * checking error logs on app veyor * changed file reading encoding * adding logs to app veyor build * changed encoding of baseline files * added error logs for app veyor * changed error logs for app veyor * changed how file stream works in batch parser tests * changed baseline and testscript encodings * cleaned code for necessary batch parser tests
13 lines
605 B
Plaintext
13 lines
605 B
Plaintext
Lexer tokenized input:
|
|
======================
|
|
[C:-- no variable defined (at EOF)][NL:
|
|
][Setvar::setvar][Eof:]
|
|
Tokens:
|
|
=======
|
|
[Token Comment at TS-err-varDefinition3.txt(1:1 [0] - 1:32 [31]): '-- no variable defined (at EOF)']
|
|
[Token NewLine at TS-err-varDefinition3.txt(1:32 [31] - 2:1 [32]): '\n']
|
|
[Token Setvar at TS-err-varDefinition3.txt(2:1 [32] - 2:8 [39]): ':setvar']
|
|
[Token Eof at TS-err-varDefinition3.txt(2:8 [39] - 2:8 [39]): '']
|
|
|
|
[PARSER ERROR: code TokenExpected at 2:8 [39] - 2:8 [39] in TS-err-varDefinition3.txt, token text: , message: Incorrect syntax was encountered while parsing ''.]
|