Commit Graph
5 Commits
Author SHA1 Message Date
Guilherme Carreiro a7c4c3ae06 * Move expression handling from variable.rb to expression.rb
* Update test suite to validate parity
* Remove parentheses handling
* Split boolean into comparison and logical expressions
2025-03-05 15:13:02 +01:00
Albert Chu 76d628ddc7 Added a lot more boolean unit tests 2025-03-04 17:52:16 -07:00
Albert Chu a2de2dcdb6 TDD: Improved unit tests in boolean_unit_test.rb
Added tests for existing usage cases to avoid breaking important logic when introducing changes in subsequent commits.
2025-03-04 16:58:36 -07:00
Albert Chu 0667bfaa2e Removed infix operators from this PR 2025-03-04 16:33:27 -07:00
Albert Chu de669a3415 TDD: Unit tests for new liquid syntax 2025-03-04 12:59:45 -07:00