diff options
Diffstat (limited to 'tests/typ/code/import.typ')
| -rw-r--r-- | tests/typ/code/import.typ | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/code/import.typ b/tests/typ/code/import.typ index 93d4d168..26a3404c 100644 --- a/tests/typ/code/import.typ +++ b/tests/typ/code/import.typ @@ -17,8 +17,8 @@ // Code mode { - import b from "target.typ" - test(b, 1) + import b from "target.typ" + test(b, 1) } #test(b, 1) |
