This website requires JavaScript.
Explore
Help
Sign In
AleoHQ
/
leo
Watch
1
Star
1
Fork
0
You've already forked leo
mirror of
https://github.com/AleoHQ/leo.git
synced
2024-12-20 16:11:35 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cca3c84ef4
leo
/
tests
/
parser
/
expression
/
array_init_fail.leo
13 lines
94 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests
2021-03-30 01:45:10 +03:00
/*
ns -> namespace
2021-04-07 20:01:24 +03:00
namespace: ParseExpression
tests
2021-03-30 01:45:10 +03:00
expectation: Fail
*/
[...0u8; 1]
[...0; 1]
migrate parser tests from staging
2022-01-28 21:34:02 +03:00
[0; ()]
fix array around 1 element array dim size
2022-03-14 18:07:01 +03:00
[0; (1)]
Reference in New Issue
Copy Permalink