File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -376,7 +376,7 @@ public function validTagProvider() : array
376
376
'tag:some-spec ' ,
377
377
'@tag:some-spec body ' ,
378
378
],
379
- 'tag specialization(a) ' => [
379
+ 'tag specialization followed by parenthesis ' => [
380
380
'@tag:some-spec(body) ' ,
381
381
'tag:some-spec ' ,
382
382
'@tag:some-spec (body) ' ,
@@ -386,22 +386,22 @@ public function validTagProvider() : array
386
386
'tag ' ,
387
387
'@tag some text ' ,
388
388
],
389
- 'tag [a] ' => [
389
+ 'tag body starting with sqare brackets is allowed ' => [
390
390
'@tag [is valid] ' ,
391
391
'tag ' ,
392
392
'@tag [is valid] ' ,
393
393
],
394
- 'tag {a} ' => [
394
+ 'tag body starting with curly brackets is allowed ' => [
395
395
'@tag {is valid} ' ,
396
396
'tag ' ,
397
397
'@tag {is valid} ' ,
398
398
],
399
- 'tag{a} ' => [
399
+ 'tag name followed by curly brackets directly is allowed ' => [
400
400
'@tag{is valid} ' ,
401
401
'tag ' ,
402
402
'@tag {is valid} ' ,
403
403
],
404
- 'tag(a) ' => [
404
+ 'parenthesis directly following a tag name is valid ' => [
405
405
'@tag(is valid) ' ,
406
406
'tag ' ,
407
407
'@tag (is valid) ' ,
You can’t perform that action at this time.
0 commit comments