Euphoria Ticket #431: tokenize.e skips to EOF when it encounters \xNN type escape

sequence s = "\x1B" 
? s 

will tokenize as T_IDENTIFIER, T_IDENTIFIER, T_EQ, T_STRING (TF_STRING_SINGLE):


\

Taken from eubeautify issue tracker: http://bitbucket.org/jcowgar/eujnc/issue/4/cant-handle-xnn-escapes

Details

Type: Bug Report Severity: Normal Category: Library Routine
Assigned To: jeremy Status: Fixed Reported Release: 4262
Fixed in SVN #: 4266,4269 View VCS: 4266, 4269 Milestone: 4.0.0RC2

1. Comment by jeremy Nov 22, 2010

Now functioning

Search



Quick Links

User menu

Not signed in.

Misc Menu