From 0382a490f5e5ee781098981db050a23d4f2e5a36 Mon Sep 17 00:00:00 2001
From: John Resig <jeresig@gmail.com>
Date: Sat, 26 Aug 2006 22:39:14 +0000
Subject: [PATCH] Added .not() test case.

---
 src/jquery/jquery.js |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js
index ef55567..a204992 100644
--- a/src/jquery/jquery.js
+++ b/src/jquery/jquery.js
@@ -637,6 +637,7 @@ jQuery.fn = jQuery.prototype = {
 	 * @example $("p").not("#selected")
 	 * @before <p>Hello</p><p id="selected">Hello Again</p>
 	 * @result [ <p>Hello</p> ]
+	 * @test cmpOK($("#main > p#ap > a").not("#google").length, "==", 2, ".not")
 	 *
 	 * @name not
 	 * @type jQuery
-- 
1.7.10.4