diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-08-09 11:06:37 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-08-09 11:26:41 +0200 |
| commit | 3932bb2cb93be95d67fc56998423eb9ce047fdfa (patch) | |
| tree | c36bd4df1d2c74f8ae100d2f3bd3a0b232b797f5 /tests/typ/code | |
| parent | 3c92bad9a7cd6b880de197806443ffcce2cac9d8 (diff) | |
New source loading architecture
Diffstat (limited to 'tests/typ/code')
| -rw-r--r-- | tests/typ/code/import.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/code/import.typ b/tests/typ/code/import.typ index 26a3404c..953b522e 100644 --- a/tests/typ/code/import.typ +++ b/tests/typ/code/import.typ @@ -49,7 +49,7 @@ --- // Some non-text stuff. -// Error: 16-37 file is not valid utf-8 +// Error: 16-37 failed to load source file (file is not valid utf-8) #import * from "../../res/rhino.png" --- |
