leo/tests/parser/expression/literal
Alessandro Coglio 20a081da37 [tests] Fix format and expectation of a test.
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.
2022-05-11 21:16:41 -07:00
..
int_parse [tests] Fix format and expectation of a test. 2022-05-11 21:16:41 -07:00
address_fail.leo implement real address literal check 2022-04-13 15:21:08 -07:00
address_parse.leo implement real address literal check 2022-04-13 15:21:08 -07:00
address.leo implement real address literal check 2022-04-13 15:21:08 -07:00
bool_parse.leo ns -> namespace 2021-04-12 13:15:40 -07:00
bool.leo ns -> namespace 2021-04-12 13:15:40 -07:00
char_fail.leo [lexer] add fail tests for bidi overrides 2022-04-19 13:16:09 -07:00
char_parse.leo add tests, fix namespaces on older tests, fix another bug 2022-03-09 11:11:30 -08:00
char.leo Update char.leo 2022-03-14 16:36:36 -07:00
comment_fail.leo done with coverage 2022-03-02 14:13:37 -08:00
comment.leo fix test 2022-02-18 15:37:49 -08:00
formatted_string.leo ns -> namespace 2021-04-12 13:15:40 -07:00
group_fail.leo removed dead code from lexer 2022-02-18 15:49:39 -07:00
group.leo updated tests 2022-03-08 01:01:30 -08:00
int_fail.leo re-enabled tests, removed fuzzing hooks 2022-03-14 16:29:34 -07:00
int.leo updated tests 2022-03-08 01:01:30 -08:00
postfix_types.leo ns -> namespace 2021-04-12 13:15:40 -07:00
string_fail.leo [lexer] add fail tests for bidi overrides 2022-04-19 13:16:09 -07:00
string.leo test open bugs, they all pass :) 2022-03-17 10:46:42 -07:00