cdepillabout/pretty-simple

Hexdecimal Regression between 3.3 and 4.0

andrewthad opened this issue · 2 comments

In 3.3 and earlier, pretty-simple kept hexadecimal numbers as a single token:

0xbb

The new behavior is this:

0 xbb

I found this because a spec test that relied on the old behavior started failing.

This is unfortunately a known issue, which may require significant changes to our parser.

Closing in favour of #75.

Fortunately there's nothing much wrong with 3.3. 4.0 adds features rather than fixing any bugs.