badbody47 / gtkdialog

Automatically exported from code.google.com/p/gtkdialog
GNU General Public License v2.0
0 stars 0 forks source link

Lexer errors #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I've found two errors now in gtkdialog_lexer.l so I'd better record them before 
I forget.

"chackbox" I expect isn't correct:
377: \<checkbox[ ]+             { Token="<chackbox>"; 

"hbox" is likely a copy and paste error:
202: \<vbox[ ]+ { 
    Token="<hbox>"; 
    BEGIN(ST_TAG_ATTR);
    return(PART_VBOX);
}

Original issue reported on code.google.com by thunor...@hotmail.com on 25 Jun 2011 at 5:42

GoogleCodeExporter commented 8 years ago

Original comment by thunor...@hotmail.com on 6 Jul 2011 at 12:38