Handle tag specialization correctly

This commit is contained in:
Jaapio
2020-02-09 09:05:22 +01:00
parent ed7b7919e3
commit 264bd1fff7
2 changed files with 10 additions and 5 deletions
@@ -372,9 +372,14 @@ class StandardTagFactoryTest extends TestCase
'@tag',
],
'tag specialization' => [
'@tag:some-spec',
'tag',
'@tag :some-spec',
'@tag:some-spec body',
'tag:some-spec',
'@tag:some-spec body',
],
'tag specialization(a)' => [
'@tag:some-spec(body)',
'tag:some-spec',
'@tag:some-spec (body)',
],
'tag with textual description' => [
'@tag some text',