From 8db3fb13a536f69b8eb6c39962fac5af534376cc Mon Sep 17 00:00:00 2001 From: "Rick Waldron waldron.rick@gmail.com" Date: Fri, 10 Feb 2012 16:17:12 -0500 Subject: Fix whitespace mismatch introduced in bf7a4df22a --- test/unit/manipulation.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'test') diff --git a/test/unit/manipulation.js b/test/unit/manipulation.js index 48618258f..49402b8a3 100644 --- a/test/unit/manipulation.js +++ b/test/unit/manipulation.js @@ -1219,14 +1219,14 @@ test("clone() on XML nodes", function() { } test("clone() on local XML nodes with html5 nodename", function() { - expect(2); + expect(2); - var $xmlDoc = jQuery( jQuery.parseXML( "" ) ), + var $xmlDoc = jQuery( jQuery.parseXML( "" ) ), $meter = $xmlDoc.find( "meter" ).clone(); - equal( $meter[0].nodeName, "meter", "Check if nodeName was not changed due to cloning" ); - equal( $meter[0].nodeType, 1, "Check if nodeType is not changed due to cloning" ); -} ); + equal( $meter[0].nodeName, "meter", "Check if nodeName was not changed due to cloning" ); + equal( $meter[0].nodeType, 1, "Check if nodeType is not changed due to cloning" ); +}); test("html(undefined)", function() { expect(1); -- cgit v1.2.3