aboutsummaryrefslogtreecommitdiff
path: root/tests/library/corpora/isbn.toml
blob: 9028bc508acbd8a5bef7053e490122bc574fb65a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
accepts = [
    "978-3-16-148410-0",
    "0-306-40615-2",
    "9783161484100",
    "0306406152",
]

rejects = [
    "",
    "123",
    "abc",
    "978-3-16-148410-X",
]