[Pkg-javascript-commits] [backbone] 201/211: removing complex router text (unfixable)

Jonas Smedegaard js at moszumanska.debian.org
Sat May 3 17:00:25 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to tag 0.5.0
in repository backbone.

commit ba1d9a1efdf31034dcae0a366745f7c2b585fb82
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date:   Wed Jun 29 21:20:33 2011 -0400

    removing complex router text (unfixable)
---
 test/router.js | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/test/router.js b/test/router.js
index 2f2bc78..170daa7 100644
--- a/test/router.js
+++ b/test/router.js
@@ -97,16 +97,6 @@ $(document).ready(function() {
       start();
     }, 10);
   });
-  
-  asyncTest("Router: routes (complex query)", 2, function() {
-    var complex = '~!@#$%^&*()=+[]{}\\;:\'",/? ';
-    window.location.hash = 'complex?' + encodeURIComponent(complex);
-    setTimeout(function() {
-      equals(router.entity, 'complex');
-      equals(router.queryArgs, complex);
-      start();
-    }, 10);
-  });
 
   asyncTest("Router: routes (anything)", 1, function() {
     window.location.hash = 'doesnt-match-a-route';

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/backbone.git



More information about the Pkg-javascript-commits mailing list