mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-20 16:11:35 +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. |
||
---|---|---|
.. | ||
int_parse | ||
address_fail.leo | ||
address_parse.leo | ||
address.leo | ||
bool_parse.leo | ||
bool.leo | ||
char_fail.leo | ||
char_parse.leo | ||
char.leo | ||
comment_fail.leo | ||
comment.leo | ||
formatted_string.leo | ||
group_fail.leo | ||
group.leo | ||
int_fail.leo | ||
int.leo | ||
postfix_types.leo | ||
string_fail.leo | ||
string.leo |