Skip to content

Commit c88d8d8

Browse files
committed
🚨 Fix tests in Julia 1.11
1 parent 587b561 commit c88d8d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

β€Žtest/text_backend/colors.jlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ end
514514
β”‚ β”‚ \e[36m end\e[39m\e[0m β”‚
515515
β””β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
516516
"""
517-
elseif VERSION < v"1.11.0-DEV"
517+
elseif VERSION < v"1.12.0-DEV"
518518
expected = """
519519
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
520520
β”‚\e[1m Col. 1 \e[0mβ”‚\e[1m Col. 2 \e[0mβ”‚

0 commit comments

Comments
Β (0)