We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f144c9 commit 1c853b3Copy full SHA for 1c853b3
aztec/src/test/kotlin/org/wordpress/aztec/HtmlFormattingTest.kt
@@ -54,7 +54,7 @@ class HtmlFormattingTest() : AndroidTestCase() {
54
55
private val HTML_MIXED_NO_WS =
56
"<span><i>Italic</i></span>" +
57
- "<b>Bold</b><br>" +
+ " <b>Bold</b><br>" +
58
"<div class=\"first\">" +
59
"<a href=\"https://github.com/wordpress-mobile/WordPress-Aztec-Android\">Link</a>" +
60
"<div class=\"second\">" +
0 commit comments