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
16 lines
801 B
Plaintext
16 lines
801 B
Plaintext
Lexer tokenized input:
|
|
======================
|
|
[Setvar::setvar][WS: ][T:a][WS: ][T:"b"c"d"][NL:
|
|
][Eof:]
|
|
Tokens:
|
|
=======
|
|
[Token Setvar at TS-err-varDefinition6.txt(1:1 [0] - 1:8 [7]): ':setvar']
|
|
[Token Whitespace at TS-err-varDefinition6.txt(1:8 [7] - 1:9 [8]): ' ']
|
|
[Token Text at TS-err-varDefinition6.txt(1:9 [8] - 1:10 [9]): 'a']
|
|
[Token Whitespace at TS-err-varDefinition6.txt(1:10 [9] - 1:11 [10]): ' ']
|
|
[Token Text at TS-err-varDefinition6.txt(1:11 [10] - 1:18 [17]): '"b"c"d"']
|
|
[Token NewLine at TS-err-varDefinition6.txt(1:18 [17] - 2:1 [18]): '\n']
|
|
[Token Eof at TS-err-varDefinition6.txt(2:1 [18] - 2:1 [18]): '']
|
|
|
|
[PARSER ERROR: code TokenExpected at 1:11 [10] - 1:18 [17] in TS-err-varDefinition6.txt, token text: "b"c"d", message: Incorrect syntax was encountered while parsing '"b"c"d"'.]
|