Skip to content

Commit

Permalink
Added failing whitespace assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Sep 2, 2010
1 parent 08586f3 commit 44d3ca2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/jade.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ module.exports = {
'test tag text block': function(assert){
assert.equal('<p>foo bar baz </p>', render('p\n | foo\n | bar\n | baz'));
assert.equal('<label>Password: <input /></label>', render('label\n | Password:\n input'));
assert.equal('<p>foo</p> bar baz', render('p\n | foo\n| bar\n| baz'));
},

'test tag text interpolation': function(assert){
Expand Down

0 comments on commit 44d3ca2

Please sign in to comment.