diff --git a/test/runtests.jl b/test/runtests.jl
index 5970b06..2e5894a 100644
--- a/test/runtests.jl
+++ b/test/runtests.jl
@@ -234,6 +234,11 @@ content = """
## Indented comment
end
+ # Some inline html
+ # ```@raw html
+ # Literate.jl
+ # ```
+
# Semicolon output supression
1 + 1;
@@ -600,6 +605,11 @@ end end
end
````
+ Some inline html
+ ```@raw html
+ Literate.jl
+ ```
+
Semicolon output supression
````@example inputfile
@@ -1025,6 +1035,14 @@ end end
]
""",
+ """
+ "source": [
+ "Some inline html\\n",
+ "\\n",
+ " Literate.jl"
+ ]
+ """,
+
"""
"metadata": {
"meta": "data"