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
618 B
Plaintext
24 lines
618 B
Plaintext
Lexer tokenized input:
|
|
======================
|
|
[C:/*
|
|
-- not a line comment
|
|
*/][NL:
|
|
][T:- - not a comment][NL:
|
|
][Eof:]
|
|
Tokens:
|
|
=======
|
|
[Token Comment at TS-pass-noLineComments.txt(1:1 [0] - 3:3 [28]): '/* \n-- not a line comment\n*/']
|
|
[Token NewLine at TS-pass-noLineComments.txt(3:3 [28] - 4:1 [29]): '\n']
|
|
[Token Text at TS-pass-noLineComments.txt(4:1 [29] - 4:18 [46]): '- - not a comment']
|
|
[Token NewLine at TS-pass-noLineComments.txt(4:18 [46] - 5:1 [47]): '\n']
|
|
[Token Eof at TS-pass-noLineComments.txt(5:1 [47] - 5:1 [47]): '']
|
|
|
|
*** Execute batch (1)
|
|
Batch text:
|
|
/*
|
|
-- not a line comment
|
|
*/
|
|
- - not a comment
|
|
|
|
|