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
12 lines
544 B
Plaintext
12 lines
544 B
Plaintext
Lexer tokenized input:
|
|
======================
|
|
[T:Variable reference with invalid name: $(7var)][NL:
|
|
][Eof:]
|
|
Tokens:
|
|
=======
|
|
[Token Text at TS-err-variableRef2.txt(1:1 [0] - 1:46 [45]): 'Variable reference with invalid name: $(7var)']
|
|
[Token NewLine at TS-err-variableRef2.txt(1:46 [45] - 2:1 [46]): '\n']
|
|
[Token Eof at TS-err-variableRef2.txt(2:1 [46] - 2:1 [46]): '']
|
|
|
|
[PARSER ERROR: code InvalidVariableName at 1:39 [38] - 1:42 [41] in TS-err-variableRef2.txt, token text: $(7, message: Incorrect syntax was encountered while parsing '$(7'.]
|