feat: start adding padding to test output
This commit is contained in:
5
examples/sample/lib/sample/thing.ak
Normal file
5
examples/sample/lib/sample/thing.ak
Normal file
@@ -0,0 +1,5 @@
|
||||
use aiken/builtin
|
||||
|
||||
test bar() {
|
||||
builtin.length_of_bytearray(#[2, 2, 3]) == 3
|
||||
}
|
||||
Reference in New Issue
Block a user