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 d0ff0cb commit 24ea9a1Copy full SHA for 24ea9a1
aztec/src/test/kotlin/org/wordpress/aztec/BlockElementsTest.kt
@@ -101,7 +101,7 @@ class BlockElementsTest {
101
editText.toggleFormatting(TextFormat.FORMAT_QUOTE)
102
editText.text.insert(0,"\n")
103
104
- Assert.assertEquals("", editText.toHtml())
+ Assert.assertEquals("<br>", editText.toHtml())
105
}
106
107
@Test
@@ -112,6 +112,6 @@ class BlockElementsTest {
112
editText.toggleFormatting(TextFormat.FORMAT_ORDERED_LIST)
113
114
115
116
117
0 commit comments