mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-11 09:20:19 +00:00
fix ImportFromSpec
This commit is contained in:
parent
d5076c92dd
commit
0bf76f312b
@ -24,8 +24,7 @@ class ImportFromSpec extends AnyFlatSpec with Matchers with AquaSpec {
|
|||||||
)
|
)
|
||||||
|
|
||||||
ImportFromExpr.p
|
ImportFromExpr.p
|
||||||
.parseAll(s"""import MyModule, func as fn from "file.aqua"
|
.parseAll(s"""import MyModule, func as fn from "file.aqua"""".stripMargin)
|
||||||
|""".stripMargin)
|
|
||||||
.value
|
.value
|
||||||
.mapK(spanToId) should be(
|
.mapK(spanToId) should be(
|
||||||
ImportFromExpr(
|
ImportFromExpr(
|
||||||
|
Loading…
Reference in New Issue
Block a user