aboutsummaryrefslogtreecommitdiffstats
path: root/test/extra
AgeCommit message (Collapse)AuthorFilesLines
10 daysAdd test case with only a UTF-8 byte order markDavid Robillard3-0/+7
10 daysRemove unnecessary condition and improve error message test coverageDavid Robillard12-6/+61
Not all of these cases are grammatically interesting, but the invalid characters are significant for error reporting (for example, error messages shouldn't contain raw control characters).
10 daysImprove coverage of blank node label charactersDavid Robillard4-7/+7
2025-03-16Fix reading prefix names that start with "true." or "false."David Robillard3-0/+14
2025-03-16Fix reading numbers with no space before the final dotDavid Robillard11-0/+60
2025-01-30Separate EOF tests from catch-all "bad" test suiteDavid Robillard39-216/+230
2024-06-25Improve test suite coverageDavid Robillard9-4/+45
2024-06-24Write blank lines between graphs and statements in TriGDavid Robillard1-3/+13
2024-06-23Remove redundant test manifest entryDavid Robillard1-1/+0
2024-06-09Add missing entries to "good" test manifestDavid Robillard1-6/+18
2024-06-09Treat out of range unicode characters as errorsDavid Robillard5-7/+8
2024-06-09Add test cases for special characters in local namesDavid Robillard6-1/+59
2024-06-07Add test cases for lax TriG parsingDavid Robillard4-0/+38
2024-06-07Add test case for bad graph URIs in NQuadsDavid Robillard2-2/+2
2024-03-29Add NTriples test cases for bad blank nodes and trailing garbageDavid Robillard3-0/+14
2024-03-29Fix lax NQuads parsingDavid Robillard14-25/+98
2024-03-29Support reading lone lists in lax modeDavid Robillard3-0/+10
This allows parsing documents like "(42) ."
2024-03-08Add tests with as many rules as possible in a single documentDavid Robillard7-0/+115
2024-03-08Add more exhaustive NTriples and NQuads test casesDavid Robillard51-0/+394
2024-03-08Fix parsing NQuads lines with no space before the final dotDavid Robillard3-0/+22
2023-04-06Add test for different comment termination casesDavid Robillard3-0/+13
2023-04-06Improve pretty-printing of lists and inline subjectsDavid Robillard13-10/+87
2023-04-06Remove support for writing Turtle named inline nodes extensionDavid Robillard2-18/+0
2023-04-06Make URI writing stricter by defaultDavid Robillard1-0/+30
2023-04-06Gracefully handle boolean subject and predicate errorsDavid Robillard6-2/+17
2023-04-05Add tests for EOF within UTF-8 charactersDavid Robillard3-0/+16
2023-04-05Clean up remaining stale test suite dataDavid Robillard20-300/+307
2023-04-05Add a simple abbreviation test suiteDavid Robillard8-0/+91
2023-04-05Move big test cases to a separate suiteDavid Robillard9-21/+35
2023-04-05Factor out a suite of "perfect" reversible testsDavid Robillard62-20141/+80421
2023-04-05Clean up "good" test suiteDavid Robillard49-50262/+20276
2023-04-05Separate test suites and simplify licensing metadataDavid Robillard220-0/+52587