kdl-org / kdl

the kdl document language specifications
https://kdl.dev
Other
1.1k stars 61 forks source link

fix: non-decimal test output according to docs #196

Closed danini-the-panini closed 2 years ago

danini-the-panini commented 2 years ago

According to the tests README:

All numbers must be converted to their simplest decimal representation. That means that hex, octal, and binary must all be converted to decimals.

Closes #193

zkat commented 2 years ago

Thanks for all these patches! Sorry it took me a while to get around to them :)