Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Commit

Permalink
some more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
olalonde committed Mar 5, 2014
1 parent 093e95d commit e024c86
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/compile-results/function-call-no-args.bitscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
function main(sig, pubKey) {
assert();
}
1 change: 1 addition & 0 deletions test/compile-results/function-call-no-args.res
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
OP_VERIFY
4 changes: 4 additions & 0 deletions test/compile-results/two-function-call-no-args.bitscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
function main(sig, pubKey) {
assert();
equal();
}
2 changes: 2 additions & 0 deletions test/compile-results/two-function-call-no-args.res
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
OP_VERIFY
OP_EQUAL

0 comments on commit e024c86

Please sign in to comment.