# HG changeset patch # User Mike Pavone # Date 1388998998 28800 # Node ID 3590ecca6bc977d09856b5db93f534c72f89cd04 # Parent ae5188be523e7ebaec59f6ba49f5dd2cf8e51eb8 Fix handling of unescaped tabs in string literals in new parser diff -r ae5188be523e -r 3590ecca6bc9 modules/parser.tp --- a/modules/parser.tp Mon Jan 06 00:48:19 2014 -0800 +++ b/modules/parser.tp Mon Jan 06 01:03:18 2014 -0800 @@ -285,8 +285,7 @@ if: inverted { old <- out out <- "" - //skip control characters for now - cur <- 32 + cur <- 0 while: { cur < 256 } do: { notfound <- true idx <- 0