rust/validation.md

8 lines
217 B
Markdown
Raw Normal View History

2017-12-30 00:48:47 +03:00
Fixmes:
2017-12-30 15:22:40 +03:00
* Fix `is_whitespace`, add more tests
2017-12-30 01:01:57 +03:00
* Add more thorough tests for idents for XID_Start & XID_Continue
2017-12-30 15:22:40 +03:00
* Validate that float and integer literals use digits only of the appropriate
base, and are in range
2017-12-30 00:48:47 +03:00