diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-06-28 10:35:44 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-06-28 10:36:53 +0200 |
| commit | 04bffc4f12ff7dd85d25f5fd65506440287f879c (patch) | |
| tree | 311a78d174f95c6e4733e3eb17a40f78744c3854 /tests/typ/compiler/import.typ | |
| parent | 7b92bd7c340d9f9c094ed2fa57912049317d9b20 (diff) | |
Reintroduce `--root`
Diffstat (limited to 'tests/typ/compiler/import.typ')
| -rw-r--r-- | tests/typ/compiler/import.typ | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/compiler/import.typ b/tests/typ/compiler/import.typ index 0f161766..7f6baee0 100644 --- a/tests/typ/compiler/import.typ +++ b/tests/typ/compiler/import.typ @@ -112,8 +112,8 @@ --- // Some non-text stuff. -// Error: 9-21 file is not valid utf-8 -#import "/rhino.png" +// Error: 9-27 file is not valid utf-8 +#import "/files/rhino.png" --- // Unresolved import. |
