Commit c0291994 authored by Dmitry.Shahtanov's avatar Dmitry.Shahtanov Committed by Alexander.Trofimov

ошибка в грамматике при парсинге ошибок.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59711 954022d7-b5bf-4e40-9824-e11837661b57
parent a6673b14
......@@ -64,7 +64,7 @@ nameChar = letter / decDig / underscore / fullStop
const = space* cnst:(errConst / logConst / strConst / numConst / arrConst) space* {return cnst+"_const";}
errConst = ("#DIV/0!"i / "#N/A"i / "#NAME?"i / "#NULL!"i / "#NUM!"i / "#REF!"i / "#VALUE!"i / "#GETTING_DATA"i)i{return text();/*erroconst do somethink*/}
errConst = ("#DIV/0!"i / "#N/A"i / "#NAME?"i / "#NULL!"i / "#NUM!"i / "#REF!"i / "#VALUE!"i / "#GETTING_DATA"i){return text();/*erroconst do somethink*/}
logConst = "TRUE"i / "FALSE"i {return text(); /*logconst do somethink*/}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment