git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67c640b
)
This test is expected to fail.
author
John Resig
<jeresig@gmail.com>
Tue, 1 May 2007 21:27:55 +0000
(21:27 +0000)
committer
John Resig
<jeresig@gmail.com>
Tue, 1 May 2007 21:27:55 +0000
(21:27 +0000)
src/jquery/coreTest.js
patch
|
blob
|
history
diff --git
a/src/jquery/coreTest.js
b/src/jquery/coreTest.js
index
fcccff2
..
d829d30
100644
(file)
--- 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;