feat: start adding padding to test output

This commit is contained in:
rvcas
2022-12-08 11:59:34 -05:00
parent 5770ea2456
commit 2ba712eef6
2 changed files with 61 additions and 19 deletions

View File

@@ -0,0 +1,5 @@
use aiken/builtin
test bar() {
builtin.length_of_bytearray(#[2, 2, 3]) == 3
}