Skip to content

Commit 2295f88

Browse files
committed
Changing local from a domain to a TLD
1 parent 40ae25b commit 2295f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/spec/linkify/core/scanner-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ var tests = [
6363
['comm', [DOMAIN], ['comm']],
6464
['abc 123 DoReMi', [DOMAIN, WS, NUM, WS, DOMAIN], ['abc', ' ', '123', ' ', 'DoReMi']],
6565
['abc 123 \n DoReMi', [DOMAIN, WS, NUM, WS, NL, WS, DOMAIN], ['abc', ' ', '123', ' ', '\n', ' ', 'DoReMi']],
66-
['local', [DOMAIN], ['local']],
66+
['local', [TLD], ['local']],
6767
['localhost', [LOCALHOST], ['localhost']],
6868
['localhosts', [DOMAIN], ['localhosts']],
6969
['500px', [DOMAIN], ['500px']],

0 commit comments

Comments
 (0)