We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8098cb0 commit e16c739Copy full SHA for e16c739
tools/check_all_packages.jl
@@ -33,7 +33,7 @@ Logging.with_logger(TerminalLogger()) do
33
if !exprs_roughly_equal(e2, e1)
34
mismatch_count += 1
35
failing_source = sprint(context=:color=>true) do io
36
- for c in reduce_tree(text)
+ for c in reduce_tree(parseall(SyntaxNode, text))
37
JuliaSyntax.highlight(io, c.source, range(c), context_lines_inner=5)
38
println(io, "\n")
39
end
0 commit comments