Skip to content

Commit 69d4267

Browse files
committed
bug #14644 [Bridge\Twig] Adding a space between the icon and the error message (zmikael, nicolas-grekas)
This PR was merged into the 2.6 branch. Discussion ---------- [Bridge\Twig] Adding a space between the icon and the error message | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #14557 | License | MIT | Doc PR | Commits ------- d0f6342 [Form] Test for space in AbstractBootstrap3LayoutTest::testErrors 7a1fac2 Adding a space between the icon and the error message
2 parents 5ad241f + c70882b commit 69d4267

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/AbstractBootstrap3LayoutTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,12 @@ public function testErrors()
118118
[@class="list-unstyled"]
119119
[
120120
./li
121-
[.="[trans]Error 1[/trans]"]
121+
[.=" [trans]Error 1[/trans]"]
122122
[
123123
./span[@class="glyphicon glyphicon-exclamation-sign"]
124124
]
125125
/following-sibling::li
126-
[.="[trans]Error 2[/trans]"]
126+
[.=" [trans]Error 2[/trans]"]
127127
[
128128
./span[@class="glyphicon glyphicon-exclamation-sign"]
129129
]

0 commit comments

Comments
 (0)