Files
sqltoolsservice/test/Microsoft.SqlTools.ServiceLayer.Test.Common/TestData/BatchParser/Baselines/BL-pass-varDefinition2.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
901 B
Plaintext

Lexer tokenized input:
======================
[Setvar::setvar][WS: ][T:a][WS: ][T:[unterminated_brace][NL:
][T:$(b)]][NL:
][Eof:]
Tokens:
=======
[Token Setvar at TS-pass-varDefinition2.txt(1:1 [0] - 1:8 [7]): ':setvar']
[Token Whitespace at TS-pass-varDefinition2.txt(1:8 [7] - 1:9 [8]): ' ']
[Token Text at TS-pass-varDefinition2.txt(1:9 [8] - 1:10 [9]): 'a']
[Token Whitespace at TS-pass-varDefinition2.txt(1:10 [9] - 1:11 [10]): ' ']
[Token Text at TS-pass-varDefinition2.txt(1:11 [10] - 1:30 [29]): '[unterminated_brace']
[Token NewLine at TS-pass-varDefinition2.txt(1:30 [29] - 2:1 [30]): '\n']
[Token Text at TS-pass-varDefinition2.txt(2:1 [30] - 2:6 [35]): '$(b)]']
[Token NewLine at TS-pass-varDefinition2.txt(2:6 [35] - 3:1 [36]): '\n']
[Token Eof at TS-pass-varDefinition2.txt(3:1 [36] - 3:1 [36]): '']
Setting variable a to [[unterminated_brace]
*** Execute batch (1)
Batch text:
$(b)]