]> granicus.if.org Git - re2c/commit
More tests for "--empty-class" option.
authorUlya Trofimovich <skvadrik@gmail.com>
Tue, 16 Jun 2015 15:09:32 +0000 (16:09 +0100)
committerUlya Trofimovich <skvadrik@gmail.com>
Tue, 16 Jun 2015 15:09:32 +0000 (16:09 +0100)
commite6827f03326261fac7d897a3815cdfb4d94e786b
treef42adc6654892a9012e82b306b18ef30385843b2
parent42f09d9d2d22116eb1e90259407c3cfa243030de
More tests for "--empty-class" option.

This time I found all tests that are affected by this option
(that is, contain empty ranges) and added explicit option variants
for most of them (excluding 'test/empty_range.*' group, as we already
have 'test/bug61_positive.*' group that checks the same thing).
18 files changed:
re2c/test/input4.--empty-class(error).c [new file with mode: 0644]
re2c/test/input4.--empty-class(error).re [new file with mode: 0644]
re2c/test/input4.--empty-class(match-empty).c [new file with mode: 0644]
re2c/test/input4.--empty-class(match-empty).re [new file with mode: 0644]
re2c/test/input4.--empty-class(match-none).c [new file with mode: 0644]
re2c/test/input4.--empty-class(match-none).re [new file with mode: 0644]
re2c/test/input6.--empty-class(error).c [new file with mode: 0644]
re2c/test/input6.--empty-class(error).re [new file with mode: 0644]
re2c/test/input6.--empty-class(match-empty).c [new file with mode: 0644]
re2c/test/input6.--empty-class(match-empty).re [new file with mode: 0644]
re2c/test/input6.--empty-class(match-none).c [new file with mode: 0644]
re2c/test/input6.--empty-class(match-none).re [new file with mode: 0644]
re2c/test/rexx.--empty-class(error).c [new file with mode: 0644]
re2c/test/rexx.--empty-class(error).re [new file with mode: 0644]
re2c/test/rexx.--empty-class(match-empty).c [new file with mode: 0644]
re2c/test/rexx.--empty-class(match-empty).re [new file with mode: 0644]
re2c/test/rexx.--empty-class(match-none).c [new file with mode: 0644]
re2c/test/rexx.--empty-class(match-none).re [new file with mode: 0644]