1b0477ae29
This change fixes a bug where `100test` would be parsed as a number, and the parser would subsequently fail. Now the value is only parsed as a number if it is immediately followed by an allowed character - otherwise it will fail, and the value `100test` will be parsed as an ident instead. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |