Skip to content

Commit

Permalink
Each no longer works with non-enumerables
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Sep 11, 2010
1 parent bf6cbc7 commit 669faed
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions test/jade.test.js
Expand Up @@ -645,18 +645,6 @@ module.exports = {

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

// Non-Enumerable
var str = [
'- each val in 1',
' li= val'
].join('\n');

var html = [
'<li>1</li>'
].join('');

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

// Complex
var str = [
'- var obj = { foo: "bar", baz: "raz" };',
Expand Down

0 comments on commit 669faed

Please sign in to comment.