Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-03-24 | Remove unnecessary condition and improve error message test coverage | David Robillard | 12 | -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). | |||||
2025-01-30 | Separate EOF tests from catch-all "bad" test suite | David Robillard | 37 | -283/+0 | |
2024-06-25 | Improve test suite coverage | David Robillard | 5 | -4/+30 | |
2024-06-23 | Remove redundant test manifest entry | David Robillard | 1 | -1/+0 | |
2024-06-09 | Treat out of range unicode characters as errors | David Robillard | 1 | -0/+1 | |
2024-06-09 | Add test cases for special characters in local names | David Robillard | 2 | -1/+8 | |
2024-03-29 | Add NTriples test cases for bad blank nodes and trailing garbage | David Robillard | 3 | -0/+14 | |
2024-03-08 | Add tests with as many rules as possible in a single document | David Robillard | 2 | -0/+7 | |
2024-03-08 | Add more exhaustive NTriples and NQuads test cases | David Robillard | 39 | -0/+279 | |
2023-04-06 | Make URI writing stricter by default | David Robillard | 1 | -0/+30 | |
2023-04-06 | Gracefully handle boolean subject and predicate errors | David Robillard | 6 | -2/+17 | |
2023-04-05 | Add tests for EOF within UTF-8 characters | David Robillard | 3 | -0/+16 | |
2023-04-05 | Clean up remaining stale test suite data | David Robillard | 19 | -299/+306 | |
2023-04-05 | Separate test suites and simplify licensing metadata | David Robillard | 74 | -0/+602 | |