Browse Source

Tests

pull/223/head
Kipton Barros 2 years ago
parent
commit
3964e607f8
  1. 18
      test/runtests.jl

18
test/runtests.jl

@ -234,6 +234,11 @@ content = """
## Indented comment ## Indented comment
end end
# Some inline html
# ```@raw html
# <a href="https://github.com/fredrikekre/Literate.jl">Literate.jl</a>
# ```
# Semicolon output supression # Semicolon output supression
1 + 1; 1 + 1;
@ -600,6 +605,11 @@ end end
end end
```` ````
Some inline html
```@raw html
<a href="https://github.com/fredrikekre/Literate.jl">Literate.jl</a>
```
Semicolon output supression Semicolon output supression
````@example inputfile ````@example inputfile
@ -1025,6 +1035,14 @@ end end
] ]
""", """,
"""
"source": [
"Some inline html\\n",
"\\n",
" <a href=\\"https://github.com/fredrikekre/Literate.jl\\">Literate.jl</a>"
]
""",
""" """
"metadata": { "metadata": {
"meta": "data" "meta": "data"

Loading…
Cancel
Save