Skip to content

Commit 1c853b3

Browse files
committed
Update mixed HTML formatting test
1 parent 0f144c9 commit 1c853b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aztec/src/test/kotlin/org/wordpress/aztec/HtmlFormattingTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class HtmlFormattingTest() : AndroidTestCase() {
5454

5555
private val HTML_MIXED_NO_WS =
5656
"<span><i>Italic</i></span>" +
57-
"<b>Bold</b><br>" +
57+
" <b>Bold</b><br>" +
5858
"<div class=\"first\">" +
5959
"<a href=\"https://github.com/wordpress-mobile/WordPress-Aztec-Android\">Link</a>" +
6060
"<div class=\"second\">" +

0 commit comments

Comments
 (0)