-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Referencing key items in groupings gives parsing error #19
Comments
It should be a test case inside list. The order of the statements is what's If you swap the order, "uses quisling" before "key" statement, it will work I'll see how I can change this up a bit to have the list resolve handler
|
Ok, thanks for the tip. |
@demonicblue - thanks for catching this issue. Please feel free to review the commit to see how I've resolved it. |
The following code references a key in a grouping and fails parsing.
ExpressionError: foo/top/kek/key[first] referenced key items do not have leaf elements
I can write a test for this case but I'm unsure where it would fit. list.coffee or maybe grouping.coffee
The text was updated successfully, but these errors were encountered: