Fix a longstanding bug reported by Guillaume Sadegh.
* src/eltlparse/eltlscan.ll: Fix a typo.
This commit is contained in:
parent
830e482836
commit
88df8c0a1d
2 changed files with 9 additions and 3 deletions
|
|
@ -100,8 +100,8 @@ eol \n|\r|\n\r|\r\n
|
|||
<INITIAL>"%" BEGIN(formula);
|
||||
|
||||
<INITIAL>"=" return token::EQ;
|
||||
<IINTIAL>"accept" return token::ACC;
|
||||
<IINTIAL>"finish" return token::FIN;
|
||||
<INITIAL>"accept" return token::ACC;
|
||||
<INITIAL>"finish" return token::FIN;
|
||||
|
||||
<INITIAL>[tT][rR][uU][eE] {
|
||||
return token::CONST_TRUE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue