diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-07-08 21:16:16 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-07-08 21:16:16 +0200 |
| commit | 551e3af9d09a03aaa246cac46b98124bc10835ba (patch) | |
| tree | b075a93df7cb608eae9650e497fb6a1336d80212 /tests/typ/code/block-scoping.typ | |
| parent | 5c327e249e03ac303e7fef40e2df6c6ef834db66 (diff) | |
Replace using with from
Diffstat (limited to 'tests/typ/code/block-scoping.typ')
| -rw-r--r-- | tests/typ/code/block-scoping.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/code/block-scoping.typ b/tests/typ/code/block-scoping.typ index ed689f3d..7970ee1b 100644 --- a/tests/typ/code/block-scoping.typ +++ b/tests/typ/code/block-scoping.typ @@ -21,7 +21,7 @@ --- // Double block creates a scope. {{ - import "target.typ" using b + import b from "target.typ" test(b, 1) }} |
