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 4411364 commit 1982514Copy full SHA for 1982514
test/runtests.jl
@@ -12,7 +12,6 @@ sum1to8_highlighted = Base.AnnotatedString("sum(1:8)", [
12
(1:3, :face, :julia_funcall),
13
(4:4, :face, :julia_rainbow_paren_1),
14
(5:5, :face, :julia_number),
15
- (6:6, :face, :julia_operator),
16
(7:7, :face, :julia_number),
17
(8:8, :face, :julia_rainbow_paren_1)
18
])
0 commit comments