JuliaPluto / HypertextLiteral.jl

Julia library for the string interpolation of HTML and SVG
https://juliapluto.github.io/HypertextLiteral.jl/stable/
ISC License
64 stars 10 forks source link

Preemptively fix tests that are about to break #32

Open apaz-cli opened 1 year ago

apaz-cli commented 1 year ago

Apply these changes if https://github.com/JuliaLang/julia/pull/47369 gets merged.

The error message for MethodError currently applies to both calls to functions and invoke(), but did not specify which the error came from. Fixing this will break some tests, hence this PR.

clarkevans commented 1 year ago

Thank you.