Skip to content

Commit

Permalink
test: added render options to example.
Browse files Browse the repository at this point in the history
  • Loading branch information
srackham committed Aug 31, 2018
1 parent 35638a1 commit 8e5630e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/kotlin/KotlinExamplesTest.kt
Expand Up @@ -19,7 +19,7 @@ class KotlinExamplesTest() {

@Test
fun simpleExampleTest() {
val result = render("Hello *Rimu*!", RenderOptions(reset = true))
val result = render("Hello *Rimu*!", RenderOptions(reset = true, safeMode = 2))
assertEquals("<p>Hello <em>Rimu</em>!</p>", result)
}

Expand Down

0 comments on commit 8e5630e

Please sign in to comment.