mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-30 13:42:24 +03:00
20a081da37
This was apparently disabled, but it did not start with a block comment. This commit fixes it to start with a block comment as required. This commit also makes it a failing test, which is appropriate because in the current version of Leo we do not allow untyped literals (i.e. lone numerals as expressions), and it is thus a good negative test for the current version of Leo. When we extend Leo to allow untyped literals, we can simply flip the expectation of this test from Fail to Pass. |
||
---|---|---|
.. | ||
access | ||
binary | ||
literal | ||
unary | ||
array_init_fail.leo | ||
array_inline_fail.leo | ||
circuit_init_fail.leo | ||
ident.leo | ||
ternary.leo | ||
token_format.leo |