Files
sqltoolsservice/test/Microsoft.SqlTools.ServiceLayer.Test.Common/TestData/BatchParser/Baselines/BL-pass-noLineComments.txt
Aditya Bist 25c5c27a6e Fix batch parser test (#239)
* 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
2017-02-24 15:49:45 -08:00

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