diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-05-16 17:56:23 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-05-16 17:56:36 +0200 |
| commit | a741bd6b83d1e374c8218b5439e26522499cc4ae (patch) | |
| tree | 796ef8b8ae2186a082f37a2aa4732c9bba7d2bdf /tests/typ/code/import.typ | |
| parent | 6536e9e069616b862ebb774c7bef1b886c069350 (diff) | |
Absolute paths
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 dab91dae..aef5e9c4 100644 --- a/tests/typ/code/import.typ +++ b/tests/typ/code/import.typ @@ -38,11 +38,11 @@ #import a, c, from "target.typ" --- -// Error: 19-21 file not found +// Error: 19-21 file not found (searched at typ/code) #import name from "" --- -// Error: 16-27 file not found +// Error: 16-27 file not found (searched at typ/code/lib/0.2.1) #import * from "lib/0.2.1" --- |
