Skip to content

Commit

Permalink
Uncommented other test, passing now
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Aug 4, 2010
1 parent 20cc34f commit 7b7e57d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion support/expresso
22 changes: 11 additions & 11 deletions test/jade.test.js
Expand Up @@ -482,17 +482,17 @@ module.exports = {

assert.equal(html, render(str));

// var str = [
// 'title foo',
// '- if (true)',
// ' p something',
// ].join('\n');
//
// var html = [
// '<title>foo</title><p>something</p>'
// ].join('');
//
// assert.equal(html, render(str));
var str = [
'title foo',
'- if (true)',
' p something',
].join('\n');

var html = [
'<title>foo</title><p>something</p>'
].join('');

assert.equal(html, render(str));
},

'test - each': function(assert){
Expand Down

0 comments on commit 7b7e57d

Please sign in to comment.