Antonio Cervone
|
49a6197d08
|
use an enum to select strategy on comment parsing
|
7 years ago |
Antonio Cervone
|
f9833b1e7d
|
add test for unfinished multi-line comment
|
7 years ago |
Antonio Cervone
|
c6c6fcfeff
|
add test for inline comment without trailing newline
|
7 years ago |
Antonio Cervone
|
aa270ad5b7
|
fix test where the trailing / was not reached due to a previous error
|
7 years ago |
Antonio Cervone
|
982b2d8885
|
improve testing for bad inline comments
|
7 years ago |
Antonio Cervone
|
f21b8c360e
|
add malformed comment tests.
add 3 testes for:
- unended multi-line comment,
- malformed single-line comment,
- trailing slash
|
7 years ago |
Antonio Cervone
|
d292fce9f2
|
improve comment test.
test also for nested and mixed comments.
whitespaces/newlines are already intermixed between comments.
|
7 years ago |
Antonio Cervone
|
882feb56ac
|
add bool to detect comments as run-time option.
|
7 years ago |
Antonio Cervone
|
de098c4d52
|
add testing for comment functionality
|
7 years ago |
Paul C Roberts
|
a021c3fbe2
|
Fixes bug in parse_from_stdin
Handles end of file correctly
|
8 years ago |
Andrew Twyman
|
61ba0a1dd2
|
Make test.cpp compilable with GCC.
Add clean rule to Makefile.
|
8 years ago |
Andrew Twyman
|
50ed8c90e5
|
Test to demonstrate compiler behavior change in Xcode 7 / clang 3.7.
|
8 years ago |
Jacob Potter
|
979cb4ca76
|
Add LICENSE.txt; some minor cleanups
- Add LICENSE.txt
- Add a comment about how we handle numbers
- Add more test code
- Fix a narrowing-conversion issue
- Fix a comment typo
|
10 years ago |
Jacob Potter
|
fe5e2167a5
|
Initial commit
|
10 years ago |