Skip to content

Commit

Permalink
more float AST tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevan Little committed Feb 7, 2013
1 parent cdd612b commit cd64f77
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
@@ -0,0 +1 @@
{"StatementsNode" : [{"FloatLiteralNode" : 123456.56789}]}
@@ -0,0 +1 @@
{"StatementsNode" : [{"FloatLiteralNode" : 0.12345}]}
@@ -0,0 +1 @@
{"StatementsNode" : [{"FloatLiteralNode" : 5.678E17}]}
@@ -0,0 +1 @@
{"StatementsNode" : [{"FloatLiteralNode" : 5.678E17}]}

0 comments on commit cd64f77

Please sign in to comment.