Skip to content

Commit

Permalink
fixing the Ref again
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevan Little committed Feb 5, 2013
1 parent 506a80d commit 4b3fd6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/syntax-examples/001-literals/010.ast
@@ -1 +1 @@
{"StatementsNode" : [{"HashRefLiteralNode" : [{"PairLiteralNode" : {"key" : {"StringLiteralNode" : "one"}, "value" : {"IntLiteralNode" : 10}}}, {"PairLiteralNode" : {"key" : {"StringLiteralNode" : "two"}, "value" : {"IntLiteralNode" : 20}}}, {"PairLiteralNode" : {"key" : {"StringLiteralNode" : "three"}, "value" : {"IntLiteralNode" : 30}}}]}]}
{"StatementsNode" : [{"HashLiteralNode" : [{"PairLiteralNode" : {"key" : {"StringLiteralNode" : "one"}, "value" : {"IntLiteralNode" : 10}}}, {"PairLiteralNode" : {"key" : {"StringLiteralNode" : "two"}, "value" : {"IntLiteralNode" : 20}}}, {"PairLiteralNode" : {"key" : {"StringLiteralNode" : "three"}, "value" : {"IntLiteralNode" : 30}}}]}]}

0 comments on commit 4b3fd6b

Please sign in to comment.