wasp/waspc/test/Analyzer/ParserTest/parseStatementsTests/externalImports.wasp
Martin Šošić 75ce7db663
Fix incorrect parsing of escaped strings in Wasp (#699)
* Fixed incorrect handling of escaped strings in parser.

* Refactored Parser golden tests a bit.

* Moved PrettyPrinter for Parser AST to Parser.

* fix
2022-08-23 14:01:00 +02:00

5 lines
97 B
JavaScript

test Imports {
module: import Page from "page.jsx",
field: import { Page } from "page.jsx"
}