Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
casperjs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
a46f0258
...
a46f0258682d9c9fea322781155ac434093da2d4
authored
2012-10-19 16:31:52 +0200
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
added missing test case
1 parent
54ea8957
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
tests/suites/utils.js
tests/suites/utils.js
View file @
a46f025
...
...
@@ -12,7 +12,8 @@ t.comment('cleanUrl()');
'https://google.com/'
:
'https://google.com/'
,
'https://google.com'
:
'https://google.com/'
,
'https://www.google.com/'
:
'https://www.google.com/'
,
'https://www.google.com/?plop=2'
:
'https://www.google.com/?plop=2'
'https://www.google.com/?plop=2'
:
'https://www.google.com/?plop=2'
,
'file:///Users/toto/toto.html'
:
'file:///Users/toto/toto.html'
};
})();
...
...
Please
register
or
sign in
to post a comment