Skip to content

Commit

Permalink
fix example code output formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
olov committed Sep 20, 2013
1 parent f864d24 commit d751826
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ console.log();
/*
=>
Program
ExpressionStatement
BinaryExpression
CallExpression
Identifier
Literal
Identifier
Literal
ExpressionStatement
BinaryExpression
CallExpression
Identifier
Literal
Identifier
Literal
*/


Expand Down
14 changes: 7 additions & 7 deletions tst/tst.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ console.log();
/*
=>
Program
ExpressionStatement
BinaryExpression
CallExpression
Identifier
Literal
Identifier
Literal
ExpressionStatement
BinaryExpression
CallExpression
Identifier
Literal
Identifier
Literal
*/


Expand Down

0 comments on commit d751826

Please sign in to comment.