Skip to content

Commit b2a3fff

Browse files
committed
Changed to a more generic URL for testing
1 parent 62d128e commit b2a3fff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/lexer.t.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ int main (int, char**)
151151
{ "1.foo.bar", { { "1.foo.bar", Lexer::Type::word }, NO, NO, NO, NO }, },
152152

153153
// URL
154-
{ "http://tasktools.org", { { "http://tasktools.org", Lexer::Type::url }, NO, NO, NO, NO }, },
155-
{ "https://bug.tasktools.org", { { "https://bug.tasktools.org", Lexer::Type::url }, NO, NO, NO, NO }, },
154+
{ "http://example.com", { { "http://example.com", Lexer::Type::url }, NO, NO, NO, NO }, },
155+
{ "https://foo.example.com", { { "https://foo.example.com", Lexer::Type::url }, NO, NO, NO, NO }, },
156156

157157
// String
158158
{ "'one two'", { { "'one two'", Lexer::Type::string }, NO, NO, NO, NO }, },

0 commit comments

Comments
 (0)