1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 00:27:35 +00:00

JSSpecCompiler: Parse arbitrarily large rational numbers in xspec mode

This commit is contained in:
Dan Klishch 2024-01-20 21:18:05 -05:00 committed by Andrew Kaster
parent 2a2e31f2ed
commit 86d54a8684
9 changed files with 64 additions and 8 deletions

View file

@ -50,6 +50,7 @@ const Array regression_tests = {
TestDescription {
.sources = {
"spec-no-new-line-after-dot.xml"sv,
"spec-parsing.xml"sv,
"spec-single-function-simple.xml"sv,
},
.flags = { dump_after_frontend },