Fix an issue with parserAssignment.pl introduced in #609#622
Conversation
…in PGML via `[:: ::]` now fail to parse.
e9e2713 to
302ba3f
Compare
|
It does fix this error. Since I haven't used this macro before, reading the documentation, if there is a single variable, there seems to supposed to be an error, but Is the example about supposed to be skipped as an assignment since there isn't a single variable on the left? |
|
The parser::Assignment::Formula new method is called for the entire string in the example, and the type of that string is not an @dpvc can hopefully give a better explanation, and I am hoping he can take a look at this when he gets a chance. |
|
Just a heads up, should this also be added to develop? Or is the plan to pull in any hot fixes to main back to develop at some point? |
|
Yes, this will also be added to develop once it is approved. At this point all hotfix pull requests that have been merged have also had a duplicate pull request merged into develop. |
See the discussion in #609 for a test case.