Skip to content

Commit 698ad3a

Browse files
Lilith HafnerLilith Hafner
authored andcommitted
add test
1 parent 9b004c2 commit 698ad3a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

stdlib/REPL/test/replcompletions.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,12 @@ let
293293
@test isempty(c)
294294
end
295295

296+
# issue 46800: (3,2).<TAB> errors in the REPL
297+
let
298+
c, r = test_complete("(3,2).")
299+
@test isempty(c)
300+
end
301+
296302
# inexistent completion inside a string
297303
@test_nocompletion("Base.print(\"lol")
298304

0 commit comments

Comments
 (0)