Adds support for comment (# character) in batch scripts 91/167591/20
authorRadoslaw Cybulski <r.cybulski@partner.samsung.com>
Thu, 18 Jan 2018 09:55:58 +0000 (10:55 +0100)
committerRadoslaw Cybulski <r.cybulski@partner.samsung.com>
Wed, 24 Jan 2018 13:05:00 +0000 (14:05 +0100)
commit8084137eb06402e8627e9dc726d9e533f2562a8f
tree317256bf0d1e8afd76847e2398176578fab886c1
parent2e7ce87a260e88405762cf72af030ff8e0995fa0
Adds support for comment (# character) in batch scripts

Character # begins comment, which lasts until end of line.

Change-Id: Ia6ecfcea2116eb071a6ff77174b1369204e3e850
src/batch/Lexer.cpp
tests/no-ui-scenarios/BatchExecTests.cpp