]> granicus.if.org Git - re2c/commit
- Add a complex scanner to tests for all code generation options
authorhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Mon, 23 Jan 2006 22:48:21 +0000 (22:48 +0000)
committerhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Mon, 23 Jan 2006 22:48:21 +0000 (22:48 +0000)
commit101a53a0ec33f366c58d2503f95f46ce5b62d542
tree0138a4ca4dd13d228e114f26ef3854f694b3917c
parent530cc902045f3a19c4c8b94771a2263092dcbfee
- Add a complex scanner to tests for all code generation options
# This is taken from php's timelib written by Derick Rethans. The generated
# .c file has atest framework itself with over 500 tests. Thich is quite a
# good test becuase it allows us to very the generated result after changes
# to code generation.
test/parse_date.b.c [new file with mode: 0755]
test/parse_date.b.re [new file with mode: 0755]
test/parse_date.c [new file with mode: 0755]
test/parse_date.re [new file with mode: 0755]
test/parse_date.s.c [new file with mode: 0755]
test/parse_date.s.re [new file with mode: 0755]