rust-analyzer/validation.md
2017-12-31 10:41:42 +03:00

256 B

Fixmes:

  • Fix is_whitespace, add more tests
  • Add more thorough tests for idents for XID_Start & XID_Continue
  • Validate that float and integer literals use digits only of the appropriate base, and are in range
  • Validation for unclosed char literal