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

17 lines
661 B
Plaintext

Lexer tokenized input:
======================
[Setvar::setvar][NL:
][C:-- no variable defined][NL:
][Eof:]
Tokens:
=======
[Token Setvar at TS-err-varDefinition4.txt(1:1 [0] - 1:8 [7]): ':setvar']
[Token NewLine at TS-err-varDefinition4.txt(1:8 [7] - 2:1 [8]): '\n']
[Token Comment at TS-err-varDefinition4.txt(2:1 [8] - 2:23 [30]): '-- no variable defined']
[Token NewLine at TS-err-varDefinition4.txt(2:23 [30] - 3:1 [31]): '\n']
[Token Eof at TS-err-varDefinition4.txt(3:1 [31] - 3:1 [31]): '']
[PARSER ERROR: code TokenExpected at 1:8 [7] - 2:1 [8] in TS-err-varDefinition4.txt, token text:
, message: Incorrect syntax was encountered while parsing '
'.]