mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 17:23:27 -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
15 lines
691 B
Plaintext
15 lines
691 B
Plaintext
Lexer tokenized input:
|
|
======================
|
|
[T:Unterminated variable reference: $(var][NL:
|
|
][T:iable)][NL:
|
|
][Eof:]
|
|
Tokens:
|
|
=======
|
|
[Token Text at TS-err-variableRef3.txt(1:1 [0] - 1:39 [38]): 'Unterminated variable reference: $(var']
|
|
[Token NewLine at TS-err-variableRef3.txt(1:39 [38] - 2:1 [39]): '\n']
|
|
[Token Text at TS-err-variableRef3.txt(2:1 [39] - 2:7 [45]): 'iable)']
|
|
[Token NewLine at TS-err-variableRef3.txt(2:7 [45] - 3:1 [46]): '\n']
|
|
[Token Eof at TS-err-variableRef3.txt(3:1 [46] - 3:1 [46]): '']
|
|
|
|
[PARSER ERROR: code InvalidVariableName at 1:34 [33] - 1:39 [38] in TS-err-variableRef3.txt, token text: $(var, message: Incorrect syntax was encountered while parsing '$(var'.]
|