forked from MangoTheCat/xmlparsedata
-
Notifications
You must be signed in to change notification settings - Fork 7
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
"a = 1" parsing gives invalid xml text (R 3.6.1) #5
Comments
However, if I run the same code in a R 3.5.1 environment:
|
Merged
Closed in #6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi. There's an issue running some xmlparsedata-dependent code within the tests for
lintr
on R-3.6.1 (r-lib/lintr#384) and I think it relates toxmlparsedata
.If I clone the current master (99a30b1) for
xmlparsedata
and run in an R-3.6.1 environment:The xml that is produced isn't legal:
equal_assign
is interleaved with one of theexpr
s.I with
<-
as the assignment operator, the xml is fine:The text was updated successfully, but these errors were encountered: