brodieG / unitizer

Easy R Unit Tests
Other
39 stars 6 forks source link

Test `equal_assign` token does not cause issues #254

Closed brodieG closed 3 years ago

brodieG commented 6 years ago

These are in use in gram.y and gram.c in the R source. In response to a Tomas Kalibera e-mail:

I just came across a comment in your source file in unitizer about that "equal_assign" token is not produced by getParseData. This is going to change soon, I will commit a fix that will produce this for assignment like "a = 1". Your package passes tests with this change, but I am still letting you know following that comment.

As of r75178