[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gambas-bugtracker] Bug #3111: Latest version fails when using highlight.analyze


http://gambaswiki.org/bugtracker/edit?object=BUG.3111&from=L21haW4-

Comment #1 by Brian G:

sample script
use "gb.eval"
dim syms as string[]
syms = highlight.analyze("print \"\\e[0m\"")
for each s as string in syms
 print quote(s)
 next

output is
"PRINT"
"\""
"\\e"
"[0m\""



----[ Gambas bugtracker-list is hosted by https://www.hostsharing.net ]----