aboutsummaryrefslogtreecommitdiff
path: root/tests/library/corpora/isbn.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/library/corpora/isbn.toml')
-rw-r--r--tests/library/corpora/isbn.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/library/corpora/isbn.toml b/tests/library/corpora/isbn.toml
new file mode 100644
index 0000000..9028bc5
--- /dev/null
+++ b/tests/library/corpora/isbn.toml
@@ -0,0 +1,13 @@
+accepts = [
+ "978-3-16-148410-0",
+ "0-306-40615-2",
+ "9783161484100",
+ "0306406152",
+]
+
+rejects = [
+ "",
+ "123",
+ "abc",
+ "978-3-16-148410-X",
+]