leo/tests/parser/expression
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
..
access tuples removed 2022-03-28 10:35:36 -07:00
binary [parser] Fix parsing of ordering expressions. 2022-05-10 23:32:46 -07:00
literal [tests] Fix format and expectation of a test. 2022-05-11 21:16:41 -07:00
unary merge testnet3 into required types, also remove identifier type 2022-05-02 19:43:46 -07:00
array_init_fail.leo fix array around 1 element array dim size 2022-03-14 08:07:01 -07:00
array_inline_fail.leo ns -> namespace 2021-04-12 13:15:40 -07:00
circuit_init_fail.leo ns -> namespace 2021-04-12 13:15:40 -07:00
ident.leo ns -> namespace 2021-04-12 13:15:40 -07:00
ternary.leo ns -> namespace 2021-04-12 13:15:40 -07:00
token_format.leo parser: store (prev_)token 2022-04-13 22:20:48 +02:00