Skip to content

Commit 9286ca7

Browse files
committed
update test for covering new constructor
1 parent dfd5a96 commit 9286ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/backends/text/highlighters.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
color = true,
2626
highlighters = [
2727
TextHighlighter((data, i, j) -> data[i, j] % 2 == 0, crayon"bold fg:cyan")
28-
TextHighlighter((data, i, j) -> data[i, j] % 2 == 0, crayon"bold")
28+
TextHighlighter((data, i, j) -> data[i, j] % 2 == 0; bold = true)
2929
TextHighlighter((data, i, j) -> data[i, j] % 2 != 0, crayon"bold italics")
3030
]
3131
)

0 commit comments

Comments
 (0)