summaryrefslogtreecommitdiff
path: root/tests/errors
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-09-08 22:03:14 -0400
committerpommicket <pommicket@gmail.com>2025-09-08 22:03:14 -0400
commitf63e631a8e110c7b0a54b8b55516ad3c2d75b626 (patch)
tree5e9199cfab18a330a31013ec2cdcef22f38dce17 /tests/errors
parenta43c3e078f5b49be7e662b650f61d23aaf6aae9a (diff)
Add more tests
Diffstat (limited to 'tests/errors')
-rw-r--r--tests/errors/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/errors/README.md b/tests/errors/README.md
new file mode 100644
index 0000000..7351033
--- /dev/null
+++ b/tests/errors/README.md
@@ -0,0 +1,7 @@
+# Error tests
+
+These tests are for checking that error conditions are
+detected and gracefully handled.
+
+Each test in this file has an error,
+and should be rejected by a compliant parser.