fix ImportFromSpec

This commit is contained in:
DieMyst 2023-12-20 19:18:38 +07:00
parent d5076c92dd
commit 0bf76f312b

View File

@ -24,8 +24,7 @@ class ImportFromSpec extends AnyFlatSpec with Matchers with AquaSpec {
)
ImportFromExpr.p
.parseAll(s"""import MyModule, func as fn from "file.aqua"
|""".stripMargin)
.parseAll(s"""import MyModule, func as fn from "file.aqua"""".stripMargin)
.value
.mapK(spanToId) should be(
ImportFromExpr(