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 0ac25f3 commit 9fe44b6Copy full SHA for 9fe44b6
aztec/src/test/kotlin/org/wordpress/aztec/HtmlFormattingTest.kt
@@ -13,11 +13,10 @@ import org.wordpress.aztec.source.Format
13
14
@RunWith(RobolectricTestRunner::class)
15
@Config(constants = BuildConfig::class, sdk = intArrayOf(23))
16
-class HtmlFormattingTest() : AndroidTestCase() {
+class HtmlFormattingTest : AndroidTestCase() {
17
18
private var parser = AztecParser()
19
20
-
21
private val HTML_LINE_BREAKS = "HI<br><br><br><br><br><br>BYE"
22
23
private val HTML_NESTED =
0 commit comments