Page MenuHomePhabricator

Further refine the Java syntax lexer for escaped strings
ClosedPublic

Authored by epriestley on Oct 25 2018, 4:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 7, 9:12 PM
Unknown Object (File)
Sun, Mar 31, 4:52 AM
Unknown Object (File)
Fri, Mar 29, 1:51 AM
Unknown Object (File)
Wed, Mar 20, 10:31 PM
Unknown Object (File)
Wed, Mar 20, 10:31 PM
Unknown Object (File)
Wed, Mar 20, 10:31 PM
Unknown Object (File)
Wed, Mar 20, 10:31 PM
Unknown Object (File)
Feb 3 2024, 7:43 PM
Subscribers
None

Details

Summary

Ref T13210. See PHI886. Previously, D19731 improved some behavior here, but didn't go quite far enough and we still got strings with \" wrong.

Parse backslash followed by anything, or any character except double quote or backslash.

(If this is still somehow wrong I can just copy one of the other lexers which is a little more complicated but gets this right.)

Test Plan

Screen Shot 2018-10-25 at 9.30.40 AM.png (591×275 px, 26 KB)

Diff Detail

Repository
rPHU libphutil
Lint
Lint Not Applicable
Unit
Tests Not Applicable