Files
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

12 lines
522 B
Plaintext

Lexer tokenized input:
======================
[T:Variable reference with no name: $()][NL:
][Eof:]
Tokens:
=======
[Token Text at TS-err-variableRef.txt(1:1 [0] - 1:37 [36]): 'Variable reference with no name: $()']
[Token NewLine at TS-err-variableRef.txt(1:37 [36] - 2:1 [37]): '\n']
[Token Eof at TS-err-variableRef.txt(2:1 [37] - 2:1 [37]): '']
[PARSER ERROR: code InvalidVariableName at 1:34 [33] - 1:37 [36] in TS-err-variableRef.txt, token text: $(), message: Incorrect syntax was encountered while parsing '$()'.]