Skip to content

Commit

Permalink
Add complex operators test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLane committed Oct 20, 2016
1 parent 73938f8 commit ec6bf1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/evaluate/success/complexoperators.src
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
main() {
(10 + (10 / 2) / 5) * (5 * 2);
}
1 change: 1 addition & 0 deletions tests/evaluate/success/output/complexoperators.out
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
110

0 comments on commit ec6bf1c

Please sign in to comment.