mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
Handle tag specialization correctly
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user