Skip to content

Commit

Permalink
New parser tested
Browse files Browse the repository at this point in the history
  • Loading branch information
Josep M. Bach committed Dec 1, 2011
1 parent 73202a6 commit 41c19a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parser/array_test.rb
Expand Up @@ -34,7 +34,7 @@ def test_array_with_multiple_identifiers
array = nodes.first

assert_kind_of ArrayNode, array
assert_equal(['foo', 'bar'], array.value.map(&:name))
assert_equal(['foo', 'bar'], array.value)
end
end

Expand Down

0 comments on commit 41c19a1

Please sign in to comment.