yurloc commented on issue #5867:
URL:
https://github.com/apache/incubator-kie-drools/issues/5867#issuecomment-2117317773
Fixed by #5913.
Context: `Character.valueOf('\u0000'.charAt(0))`.
Before the fix:

`'\u0000'.charAt` is incorrectly tokenized as `RHS_CHUNK` and so
`normalizeString` is not applied.
After the fix:

`'\u0000'.charAt` is correctly tokenized as `RHS_STRING_LISTERAL` and so it
is normalized to "\u0000".
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]