-
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
👓 What did you see?
The shared test data has a parsing test for the empty expression, which is formatted as true.
As the formatted expression is meant to parsed as itself, it implies that true as expression should also be parsed into such true expression and not as a literal expression for the variable true, so that they are the same.
the shared test data does not cover the evaluation of those expressions.
✅ What did you expect to see?
true should probably become a special token producing the true expression. And tests should cover it.
📦 Which tool/library version are you using?
No response
🔬 How could we reproduce it?
No response
📚 Any additional context?
No response
Metadata
Metadata
Assignees
Labels
No labels