Skip to content

Commit 4b6bd02

Browse files
committed
Fix typos in test
1 parent 293f2ec commit 4b6bd02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ umc = UE.matchchar
7272

7373
@testset "lookupname" begin
7474
@test UE.lookupname("foobar") == ""
75-
@test EE.lookupname(SubString("My name is Spock", 12)) == ""
75+
@test UE.lookupname(SubString("My name is Spock", 12)) == ""
7676
@test UE.lookupname("end of text") == "\x03" # \3
7777
@test UE.lookupname("TIBETAN LETTER -A") == "\u0f60"
7878
@test UE.lookupname("LESS-THAN OR SLANTED EQUAL TO") == "\u2a7d"
@@ -106,7 +106,7 @@ end
106106

107107
@testset "completions" begin
108108
@test isempty(UE.completions("ScottPaulJones"))
109-
@test isempty(EE.completions(SubString("My name is Scott", 12)))
109+
@test isempty(UE.completions(SubString("My name is Scott", 12)))
110110
for (chrs, exp) in (("ZERO", ["ZERO WIDTH JOINER", "ZERO WIDTH NO-BREAK SPACE",
111111
"ZERO WIDTH NON-JOINER", "ZERO WIDTH SPACE"]),
112112
("BACK OF", ["BACK OF ENVELOPE"]))

0 commit comments

Comments
 (0)