Skip to content

Commit

Permalink
update rocambole to v0.5 and change the BinaryExpression test to matc…
Browse files Browse the repository at this point in the history
…h esprima@2.0 behavior (no EmptyStatement between ExpressionStatements). see #192
  • Loading branch information
millermedeiros committed Feb 26, 2015
1 parent 9df9340 commit b9d91a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"mout": ">=0.9 <2.0",
"rocambole": ">=0.3.6 <2.0",
"rocambole": ">=0.5 <2.0",
"rocambole-token": "^1.1.2",
"rocambole-node": "~1.0",
"optimist": "~0.6.0",
Expand Down
2 changes: 1 addition & 1 deletion test/compare/default/binary_expression-in.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ foo >> 3 ;
// asi and ExpressionStatement
foo>bar
a < b
; (a==b);
;(a==b);
( a === b );
a<= b
3.25 >=b
Expand Down

0 comments on commit b9d91a6

Please sign in to comment.