Skip to content

Commit

Permalink
Uncommented some tests that no longer fail
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Dec 9, 2010
1 parent 33dae0a commit 1d926e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/jade.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,8 @@ module.exports = {
'test tag text': function(assert){
assert.equal('<p>some random text</p>', render('p some random text'));
assert.equal('foo\n<em>bar\n\n</em>baz\n', render('| foo\nem bar\n| baz'));
// assert.equal('<p>(parens)</p>', render('p (parens)'));
//assert.equal('<p foo="bar">(parens)</p>', render('p(foo="bar") (parens)'));
assert.equal('<p>(parens)</p>', render('p (parens)'));
assert.equal('<p foo="bar">(parens)</p>', render('p(foo="bar") (parens)'));
},

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

0 comments on commit 1d926e3

Please sign in to comment.