Skip to content

Commit

Permalink
Parsing test
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-schott committed Apr 9, 2024
1 parent d1b97a6 commit eaeebbf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,4 @@
- Parsing was successful.
- Parsing was successful.
- Parsing was successful.
- Parsing was successful.
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@
- Parsing was successful.
- Parsing was successful.
- Parsing was successful.
- Parsing was successful.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and r0 r1 into r2;
assert.eq r0 r1;
assert.neq r0 r1;
assert.eq block.height block.height;
assert.eq network.id network.id;
call foo;
call foo r0;
call foo r0 into r1;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
assert.eq self.caller self.caller;
assert.eq block.height block.height;
assert.eq network.id network.id;
assert.eq r88 r101;
assert.eq hello.aleo goodbye.aleo;
assert.eq aleo1dg722m22fzpz6xjdrvl9tzu5t68zmypj5p74khlqcac0gvednygqxaax0j aleo1dg722m22fzpz6xjdrvl9tzu5t68zmypj5p74khlqcac0gvednygqxaax0j;
Expand Down

0 comments on commit eaeebbf

Please sign in to comment.