]> granicus.if.org Git - re2c/commit
Tests: simple tests for parsing inplace configurations.
authorUlya Trofimovich <skvadrik@gmail.com>
Sat, 22 Aug 2015 14:52:27 +0000 (15:52 +0100)
committerUlya Trofimovich <skvadrik@gmail.com>
Sat, 22 Aug 2015 14:52:27 +0000 (15:52 +0100)
commit33fe08f88dfcfc4defeed80d04aaa90c033e0bb5
treec3697207c0cf4c3b1f46baa11f7a460b7352ce9e
parent8fdb9c7498d4d7cc9a671e07a3745da26baa05bf
Tests: simple tests for parsing inplace configurations.

Tests do not ensure that configurations are handled correctly or
have any impact on re2c behaviour. They only ensure that these
configuration names are recognized as valid.
re2c/bootstrap/src/parse/scanner_lex.cc
re2c/test/config12.c [new file with mode: 0644]
re2c/test/config12.re [new file with mode: 0644]
re2c/test/config12_error1.c [new file with mode: 0644]
re2c/test/config12_error1.re [new file with mode: 0644]
re2c/test/config12_error2.c [new file with mode: 0644]
re2c/test/config12_error2.re [new file with mode: 0644]