Skip to content

Commit a717646

Browse files
committed
reverted test changes on demo app
1 parent 3a2092c commit a717646

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

app/src/main/kotlin/org/wordpress/aztec/demo/MainActivity.kt

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -166,18 +166,6 @@ open class MainActivity : AppCompatActivity(),
166166
GUTENBERG_CODE_BLOCK +
167167
QUOTE_RTL
168168

169-
private val EXAMPLE2 = "<!-- wp:quote -->\n" +
170-
"<blockquote class=\"wp-block-quote\">\n" +
171-
"\t<p>this </p>\n" +
172-
"\t<p>is a</p>\n" +
173-
"\t<p>quote</p><cite>this is a citation</cite></blockquote>\n" +
174-
"<!-- /wp:quote -->"
175-
176-
private val EXAMPLE3 = "<!-- wp:quote -->\n" +
177-
"<blockquote class=\"wp-block-quote\">\n" +
178-
"\t<p>a quote</p><cite>this is a citation</cite></blockquote>\n" +
179-
"<!-- /wp:quote -->"
180-
181169
private val isRunningTest: Boolean by lazy {
182170
try {
183171
Class.forName("android.support.test.espresso.Espresso")
@@ -424,8 +412,7 @@ open class MainActivity : AppCompatActivity(),
424412
aztec.visualEditor.setCalypsoMode(false)
425413
aztec.sourceEditor?.setCalypsoMode(false)
426414

427-
//aztec.sourceEditor?.displayStyledAndFormattedHtml(EXAMPLE)
428-
aztec.sourceEditor?.displayStyledAndFormattedHtml(EXAMPLE3)
415+
aztec.sourceEditor?.displayStyledAndFormattedHtml(EXAMPLE)
429416

430417

431418
aztec.addPlugin(CssUnderlinePlugin())

0 commit comments

Comments
 (0)