aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/selector.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/selector.js')
-rw-r--r--test/unit/selector.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/selector.js b/test/unit/selector.js
index 0c81e4862..6cf288c19 100644
--- a/test/unit/selector.js
+++ b/test/unit/selector.js
@@ -643,7 +643,7 @@ QUnit.test( "attributes - special characters", function( assert ) {
var attrbad;
var div = document.createElement( "div" );
- // trac-3279
+ // trac-3729
div.innerHTML = "<div id='foo' xml:test='something'></div>";
assert.deepEqual( jQuery( "[xml\\:test]", div ).get(),
[ div.firstChild ],