diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-03-14 22:35:31 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-03-14 22:53:54 +0100 |
| commit | 89f44f220de2972452dd816fe59836ba76953d59 (patch) | |
| tree | 2749428e8e10252588bb68c0e8e9bfd150f28a9c /tests/typ/compute/data.typ | |
| parent | 2a86e4db0bb3894d1cc3b94e1a1af31a6cd87b80 (diff) | |
Bibliography and citations
Diffstat (limited to 'tests/typ/compute/data.typ')
| -rw-r--r-- | tests/typ/compute/data.typ | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/compute/data.typ b/tests/typ/compute/data.typ index d80d4857..43746e18 100644 --- a/tests/typ/compute/data.typ +++ b/tests/typ/compute/data.typ @@ -11,8 +11,8 @@ #let data = read("/missing.txt") --- -// Error: 18-37 file is not valid utf-8 -#let data = read("/invalid-utf8.txt") +// Error: 18-28 file is not valid utf-8 +#let data = read("/bad.txt") --- // Test reading CSV data. |
