rust-analyzer/validation.md

8 lines
217 B
Markdown
Raw Normal View History

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