]> granicus.if.org Git - re2c/commit
Added examples to test suite.
authorUlya Trofimovich <skvadrik@gmail.com>
Fri, 18 Aug 2017 15:09:59 +0000 (16:09 +0100)
committerUlya Trofimovich <skvadrik@gmail.com>
Fri, 18 Aug 2017 15:09:59 +0000 (16:09 +0100)
commitaca702d0a70427fbcbed85ffb96a0ad4ee74b443
treefdfa426c1b65871ad0fc2b6a1f5878e1c0ccf96e
parent6152e0280f5e0641995295c861a5b69be08b99e9
Added examples to test suite.
28 files changed:
re2c/test/examples/01_recognizing_integers.i--tags.c [new file with mode: 0644]
re2c/test/examples/01_recognizing_integers.i--tags.re [new file with mode: 0644]
re2c/test/examples/02_recognizing_strings.i--tags.c [new file with mode: 0644]
re2c/test/examples/02_recognizing_strings.i--tags.re [new file with mode: 0644]
re2c/test/examples/03_arbitrary_large_input.i--tags.c [new file with mode: 0644]
re2c/test/examples/03_arbitrary_large_input.i--tags.re [new file with mode: 0644]
re2c/test/examples/04_parsing_integers_blocks.i--tags.c [new file with mode: 0644]
re2c/test/examples/04_parsing_integers_blocks.i--tags.re [new file with mode: 0644]
re2c/test/examples/05_parsing_integers_conditions.ci--tags.c [new file with mode: 0644]
re2c/test/examples/05_parsing_integers_conditions.ci--tags.re [new file with mode: 0644]
re2c/test/examples/06_braille.cr8i--tags.c [new file with mode: 0644]
re2c/test/examples/06_braille.cr8i--tags.re [new file with mode: 0644]
re2c/test/examples/07_cxx98.i--tags.c [new file with mode: 0644]
re2c/test/examples/07_cxx98.i--tags.re [new file with mode: 0644]
re2c/test/examples/08_ipv4.i--tags.c [new file with mode: 0644]
re2c/test/examples/08_ipv4.i--tags.re [new file with mode: 0644]
re2c/test/examples/09_etc_passwd.i--tags.c [new file with mode: 0644]
re2c/test/examples/09_etc_passwd.i--tags.re [new file with mode: 0644]
re2c/test/examples/10_uri_rfc3986.i--tags.c [new file with mode: 0644]
re2c/test/examples/10_uri_rfc3986.i--tags.re [new file with mode: 0644]
re2c/test/examples/11_http_rfc7230.i--tags.c [new file with mode: 0644]
re2c/test/examples/11_http_rfc7230.i--tags.re [new file with mode: 0644]
re2c/test/examples/12_float.i--tags.c [new file with mode: 0644]
re2c/test/examples/12_float.i--tags.re [new file with mode: 0644]
re2c/test/examples/13_records.i--tags.c [new file with mode: 0644]
re2c/test/examples/13_records.i--tags.re [new file with mode: 0644]
re2c/test/examples/14_options.i--tags.c [new file with mode: 0644]
re2c/test/examples/14_options.i--tags.re [new file with mode: 0644]