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
6 lines
77 B
Plaintext
6 lines
77 B
Plaintext
(AST
|
|
(Decl@5:1-23 type=test name=Decl
|
|
(Integer@5:22-23 value=42)
|
|
)
|
|
)
|