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
17 lines
399 B
Plaintext
17 lines
399 B
Plaintext
Lexer tokenized input:
|
|
======================
|
|
[C:--][NL:
|
|
][C:--][Eof:]
|
|
Tokens:
|
|
=======
|
|
[Token Comment at TS-pass-lineComment2.txt(1:1 [0] - 1:3 [2]): '--']
|
|
[Token NewLine at TS-pass-lineComment2.txt(1:3 [2] - 2:1 [3]): '\n']
|
|
[Token Comment at TS-pass-lineComment2.txt(2:1 [3] - 2:3 [5]): '--']
|
|
[Token Eof at TS-pass-lineComment2.txt(2:3 [5] - 2:3 [5]): '']
|
|
|
|
*** Execute batch (1)
|
|
Batch text:
|
|
--
|
|
--
|
|
|