mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-27 11:03:14 +03:00
75ce7db663
* Fixed incorrect handling of escaped strings in parser. * Refactored Parser golden tests a bit. * Moved PrettyPrinter for Parser AST to Parser. * fix
5 lines
112 B
JavaScript
5 lines
112 B
JavaScript
test Pair (1, "foo")
|
|
test Triple (1, "foo", 2)
|
|
test Quadruple (1, "foo", 2, true)
|
|
test TrailingComma (42, 314,)
|