|
|
|
|
@ -209,6 +209,8 @@ content = """
@@ -209,6 +209,8 @@ content = """
|
|
|
|
|
# PLACEHOLDER3 |
|
|
|
|
# PLACEHOLDER4 |
|
|
|
|
|
|
|
|
|
# This file was generated using Literate.jl, https://github.com/fredrikekre/Literate.jl |
|
|
|
|
|
|
|
|
|
""" |
|
|
|
|
script = read(joinpath(outdir, "inputfile.jl"), String) |
|
|
|
|
@test script == expected_script |
|
|
|
|
@ -319,6 +321,8 @@ end
@@ -319,6 +321,8 @@ end
|
|
|
|
|
\\int f(x) dx |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
*This page was generated using [Literate.jl](https://github.com/fredrikekre/Literate.jl).* |
|
|
|
|
|
|
|
|
|
""" |
|
|
|
|
markdown = read(joinpath(outdir, "inputfile.md"), String) |
|
|
|
|
@test markdown == expected_markdown |
|
|
|
|
@ -465,6 +469,12 @@ end
@@ -465,6 +469,12 @@ end
|
|
|
|
|
"\\\\int f(x) dx\\n", |
|
|
|
|
"\\\\end{equation}" |
|
|
|
|
] |
|
|
|
|
""", |
|
|
|
|
|
|
|
|
|
""" |
|
|
|
|
"source": [ |
|
|
|
|
"*This notebook was generated using [Literate.jl](https://github.com/fredrikekre/Literate.jl).*" |
|
|
|
|
] |
|
|
|
|
""")) |
|
|
|
|
|
|
|
|
|
notebook = read(joinpath(outdir, "inputfile.ipynb"), String) |
|
|
|
|
|