surrealpatch/lib
Tobie Morgan Hitchcock 1b0477ae29 Ensure numbers are parsed properly
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.
2022-03-16 15:50:08 +00:00
..
src Ensure numbers are parsed properly 2022-03-16 15:50:08 +00:00
Cargo.toml Update 3rd party dependencies 2022-03-16 15:48:01 +00:00