aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2007-05-01 21:27:55 +0000
committerJohn Resig <jeresig@gmail.com>2007-05-01 21:27:55 +0000
commitc0cc8edd5dc9742291dcf353e31fe02125146793 (patch)
treec8b36cd03da73c62244e06918dd6a35ee5843a3e /src
parent67c640bb206d0c8b16042c0981fb25540ee47bdf (diff)
downloadjquery-c0cc8edd5dc9742291dcf353e31fe02125146793.tar.gz
jquery-c0cc8edd5dc9742291dcf353e31fe02125146793.zip
This test is expected to fail.
Diffstat (limited to 'src')
-rw-r--r--src/jquery/coreTest.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jquery/coreTest.js b/src/jquery/coreTest.js
index fcccff261..d829d3092 100644
--- a/src/jquery/coreTest.js
+++ b/src/jquery/coreTest.js
@@ -677,7 +677,7 @@ test("val(String)", function() {
});
test("html(String)", function() {
- expect(3);
+ expect(2);
var div = $("div");
div.html("<b>test</b>");
var pass = true;