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
|
||||
.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(
|
||||
|
Loading…
Reference in New Issue
Block a user