add unit tests for #3114

This commit is contained in:
Phy 2020-06-07 21:08:41 -04:00
parent 627b135e7b
commit a65be91118
No known key found for this signature in database
GPG Key ID: D475AA55A8144239
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@ class init_noNS_test extends DokuWikiTest {
['0:foo', 'foo'],
['foo:0', '0'],
['0', '0'],
['0:', '0'],
['a:b:', 'b'], // breadcrumbs code passes IDs ending with a colon #3114
];
}