Skip to content

Commit

Permalink
fix test on 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Mar 26, 2024
1 parent 2a1b3bc commit 8f3ce49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/14_test_highlight.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import Term.Style: apply_style
@test highlight(:(x + y);) == "\e[38;2;255;202;40mx + y\e[39m"
end

@testset "HIGHLIGHT syntax basic" begin
VERSION v"1.7" && @testset "HIGHLIGHT syntax basic" begin
@test highlight_syntax("""
This is ::Int64 my style
print(x + 2)
Expand Down

0 comments on commit 8f3ce49

Please sign in to comment.