From fecdc39846959e0dae12e51282bb35d3d417547e Mon Sep 17 00:00:00 2001 From: Ian Wrzesinski Date: Wed, 22 Jan 2025 11:04:01 -0500 Subject: Use SymbolElem in more places and add `char` cast for content --- tests/suite/loading/csv.typ | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/suite') 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}") -- cgit v1.2.3