Skip to content

Commit

Permalink
fixed nested list spec
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Feb 25, 2010
1 parent a1ca863 commit 0f67777
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions spec/fixtures/list.lists.yml
@@ -1,9 +1,6 @@
- 1
- -
- 2
- -
-1 - 3
-2 - 4
-
-3
-4
-
-5
2 changes: 1 addition & 1 deletion spec/spec.core.js
Expand Up @@ -130,7 +130,7 @@ describe 'yaml'


describe 'with nested lists' describe 'with nested lists'
it 'should work' it 'should work'
assert('list.lists', [[1,2], [3,4, [5]]]) assert('list.lists', [1, [2, [3]], 4])
end end
end end
end end
Expand Down

0 comments on commit 0f67777

Please sign in to comment.