|
@@ -22,8 +22,8 @@ |
|
|
block discarded – undo |
|
22
|
22
|
|
|
23
|
23
|
return [ |
|
24
|
24
|
'simple' => ['ABC', 'a', '', '', null, null, null, "<th>ABC <a></a></th>"], |
|
25
|
|
- 'with attributes' => ['ABC', 'a', '', '', $attribs, null, null, "<th$str>ABC <a></a></th>",], |
|
26
|
|
- 'missing translations' => ['ABC', 'a', '', '', null, [], null, "<th>ABC <a></a></th>",], |
|
|
25
|
+ 'with attributes' => ['ABC', 'a', '', '', $attribs, null, null, "<th$str>ABC <a></a></th>", ], |
|
|
26
|
+ 'missing translations' => ['ABC', 'a', '', '', null, [], null, "<th>ABC <a></a></th>", ], |
|
27
|
27
|
'custom tag' => ['ABC', 'a', '', '', null, null, 'myth', "<myth>ABC <a></a></myth>"], |
|
28
|
28
|
'with translations' => ['ABC', 'a', '', '', null, ['ABC' => 'CBA'], null, "<th>CBA <a></a></th>"], |
|
29
|
29
|
]; |