Skip to content

Commit

Permalink
Use toml comments!
Browse files Browse the repository at this point in the history
  • Loading branch information
karmacoma-eth committed Oct 17, 2022
1 parent d5d823a commit 3001922
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/huff/addTwo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[test-add-1-2]
description = "Check that add(1, 2) returns 3"
# Check that add(1, 2) returns 3
calldata = "0x00000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000002"
expected-returndata = "0x0000000000000000000000000000000000000000000000000000000000000003"

[test-add-2-3]
description = "Check that add(2, 3) returns 5"
# Check that add(2, 3) returns 5
calldata = "0x00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000003"
expected-returndata = "0x0000000000000000000000000000000000000000000000000000000000000005"

[run-add-3-4]
description = "If there is no expected_<field> to check, just run the program with this input"
# If there is no expected_<field> to check, just run the program with this input
calldata = "0x00000000000000000000000000000000000000000000000000000000000000030000000000000000000000000000000000000000000000000000000000000004"

0 comments on commit 3001922

Please sign in to comment.