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
24 lines
685 B
Plaintext
24 lines
685 B
Plaintext
Lexer tokenized input:
|
|
======================
|
|
[T:/ * */][NL:
|
|
][C:-- /*][NL:
|
|
][C:-- */][NL:
|
|
][Eof:]
|
|
Tokens:
|
|
=======
|
|
[Token Text at TS-pass-noBlockComments.txt(1:1 [0] - 1:7 [6]): '/ * */']
|
|
[Token NewLine at TS-pass-noBlockComments.txt(1:7 [6] - 2:1 [7]): '\n']
|
|
[Token Comment at TS-pass-noBlockComments.txt(2:1 [7] - 2:6 [12]): '-- /*']
|
|
[Token NewLine at TS-pass-noBlockComments.txt(2:6 [12] - 3:1 [13]): '\n']
|
|
[Token Comment at TS-pass-noBlockComments.txt(3:1 [13] - 3:6 [18]): '-- */']
|
|
[Token NewLine at TS-pass-noBlockComments.txt(3:6 [18] - 4:1 [19]): '\n']
|
|
[Token Eof at TS-pass-noBlockComments.txt(4:1 [19] - 4:1 [19]): '']
|
|
|
|
*** Execute batch (1)
|
|
Batch text:
|
|
/ * */
|
|
-- /*
|
|
-- */
|
|
|
|
|