diff options
| author | Ian Wrzesinski <wrzian@umich.edu> | 2025-01-22 11:04:01 -0500 |
|---|---|---|
| committer | Ian Wrzesinski <wrzian@umich.edu> | 2025-01-23 16:28:29 -0500 |
| commit | fecdc39846959e0dae12e51282bb35d3d417547e (patch) | |
| tree | ff1188f2424414cf7d44fc2b185fd8f4593bb3bc /tests/suite | |
| parent | c47b71b4350434a73734789ebde1374b791dc88e (diff) | |
Use SymbolElem in more places and add `char` cast for content
Diffstat (limited to 'tests/suite')
| -rw-r--r-- | tests/suite/loading/csv.typ | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/suite/loading/csv.typ b/tests/suite/loading/csv.typ index 415488fc..93545fc4 100644 --- a/tests/suite/loading/csv.typ +++ b/tests/suite/loading/csv.typ @@ -25,3 +25,7 @@ // Test error numbering with dictionary rows. // Error: 6-28 failed to parse CSV (found 3 instead of 2 fields in line 3) #csv("/assets/data/bad.csv", row-type: dictionary) + +--- csv-invalid-delimiter --- +// Error: 41-51 delimiter must be an ASCII character +#csv("/assets/data/zoo.csv", delimiter: "\u{2008}") |
