aboutsummaryrefslogtreecommitdiff
path: root/tests/library/corpora/slug.toml
blob: 87d5407ec053e837bf06114f4b5a5ea30fc8637c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
accepts = [
    "hello-world",
    "my-post-123",
    "a",
    "abc",
    "x-y-z",
]

rejects = [
    "",
    " ",
    "Hello-World",
    "hello_world",
    "-abc",
    "abc-",
    "a--b",
]