#FFFF00
+
+
+---
+
+
+ #FFFF00
+
+
+---
+
+
+
+ Foo bar
+
\ No newline at end of file
diff --git a/test/src/test/kotlin/eu/iamgio/quarkdown/test/FullPipelineTest.kt b/test/src/test/kotlin/eu/iamgio/quarkdown/test/FullPipelineTest.kt
index 47b1cb7e..acca9545 100644
--- a/test/src/test/kotlin/eu/iamgio/quarkdown/test/FullPipelineTest.kt
+++ b/test/src/test/kotlin/eu/iamgio/quarkdown/test/FullPipelineTest.kt
@@ -120,7 +120,21 @@ class FullPipelineTest {
@Test
fun code() {
execute("`println(\"Hello, world!\")`") {
- assertEquals("println("Hello, world!")
println("Hello, world!")
" +
+ "" +
+ "#FF0000
" +
+ "" +
+ "" +
+ "
Hello
!
Hello!
", it) } - execute(".function {hello}\n target:\n `Hello` .target!\n\n.hello {world}") { - assertEquals("Hello
world!
Hello world!
", it) } assertFailsWith