Skip to content

Commit bd20923

Browse files
committed
one more test
1 parent b7de73c commit bd20923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ $(function() {
9292
deepEqual($('<a href="/foo?">link</a>').querystring(), {}, "With no querystring");
9393
deepEqual($('<a href="/foo?name=John">link</a>').querystring(), {name: "John"}, "With querystring");
9494
deepEqual($('<a href="http://google.com/?name=John">link</a>').querystring(), {name: "John"}, "With domains prefix.");
95-
// deepEqual($('<a href="/foo">link</a>').querystring(), {}, "With no ?");
95+
deepEqual($('<a href="/foo">link</a>').querystring(), {}, "With no ?");
9696
});
9797
test("set link querystring existing", function() {
9898
equals(

0 commit comments

Comments
 (0)