Translate \
in lambda expression to
OP-LAMBDA
(#18 @renkun-ken).
Drop all control characters, except horizontal tab and newline (#19).
Translate ] tokens to OP-RIGHT-BRACKET
instead of
OP-RIGHT-BRACE
(#11 @AshesITR).
xml_parse_data()
now works if
includeText = FALSE
(#14 @renkun-ken).
equal_assign
token in
getParseData()
for R-3.6 is handled appropriately. #5 @russHydeRemove control characters \003
, \007
,
\010
, \027
, as they are not allowed in XML
1.0, #1 @GregoireGauriot
Always convert parsed text to UTF-8
getParseData()
data frame. https://github.com/jimhester/lintr filters the parsed data
to include individual functions only, but only filters the data frame,
not the underlying srcrefs, so when we call getParseData()
on the data frame again, we get the data for the whole source file. This
is fixed now by noticing that the input is already a data frameFirst public release.