Skip to content

Commit 7482d9c

Browse files
committed
Fix highlight() use in registry testing tool
1 parent 8cad384 commit 7482d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/check_all_packages.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Logging.with_logger(TerminalLogger()) do
3131
mismatch_count += 1
3232
reduced_chunks = sprint(context=:color=>true) do io
3333
for c in reduce_test(text)
34-
JuliaSyntax.highlight(io, c.source, range(c), context_inner_lines=5)
34+
JuliaSyntax.highlight(io, c.source, range(c), context_lines_inner=5)
3535
println(io, "\n")
3636
end
3737
end

0 commit comments

Comments
 (0)