summaryrefslogtreecommitdiff
path: root/tests/suite/loading/csv.typ
diff options
context:
space:
mode:
authorIan Wrzesinski <wrzian@umich.edu>2025-01-22 11:04:01 -0500
committerIan Wrzesinski <wrzian@umich.edu>2025-01-23 16:28:29 -0500
commitfecdc39846959e0dae12e51282bb35d3d417547e (patch)
treeff1188f2424414cf7d44fc2b185fd8f4593bb3bc /tests/suite/loading/csv.typ
parentc47b71b4350434a73734789ebde1374b791dc88e (diff)
Use SymbolElem in more places and add `char` cast for content
Diffstat (limited to 'tests/suite/loading/csv.typ')
-rw-r--r--tests/suite/loading/csv.typ4
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}")