aiken/crates/aiken-lang/src/tests
KtorZ 8ffa68d2f0
Fix && and || associativity.
Somehow, these have always been right-associative, when the natural thing to expect is left-associativity. It now matters when trying to crawl down binary tree to display them properly.
2024-03-07 01:17:05 +01:00
..
snapshots Fix && and || associativity. 2024-03-07 01:17:05 +01:00
check.rs chore: add test for validator args with no annotation 2024-03-06 11:19:32 -05:00
format.rs fix: unable to have newline after expect bool shortcut 2023-11-20 11:44:16 -05:00
lexer.rs chore: make folder names match crate name 2022-12-21 18:11:07 -05:00
mod.rs test(parser): finish moving tests to their correct modules 2023-07-04 17:48:48 -04:00