We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae64f51 commit bfedfdcCopy full SHA for bfedfdc
test/runtests.jl
@@ -8,7 +8,7 @@ tst1u = Compat.UTF8String(tst1)
8
@test L"\alpha^2" == "\$\\alpha^2\$"
9
@test stringmime("text/latex", tst1) == tst1u
10
buf = IOBuffer()
11
-writemime(buf, "text/latex", tst1)
+@compat show(buf, "text/latex", tst1)
12
@test takebuf_string(buf) == tst1u
13
@test latexstring(tst1u) == tst1 == LaTeXString(tst1u)
14
0 commit comments