[
https://issues.apache.org/jira/browse/THRIFT-3477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gordashnikov Artur updated THRIFT-3477:
---------------------------------------
Description:
Consider simple enum:
enum Test
{
E10
}
It will fail with message "[ERROR:C:/Test.thrift:3] (last token was 'E10')
syntax error
[FAILURE:C:/Test.thrift:3] Parser error during include pass.
> Parser fails on enum item that starts with 'E' letter and continues with
> number
> --------------------------------------------------------------------------------
>
> Key: THRIFT-3477
> URL: https://issues.apache.org/jira/browse/THRIFT-3477
> Project: Thrift
> Issue Type: Bug
> Reporter: Gordashnikov Artur
>
> Consider simple enum:
> enum Test
> {
> E10
> }
> It will fail with message "[ERROR:C:/Test.thrift:3] (last token was 'E10')
> syntax error
> [FAILURE:C:/Test.thrift:3] Parser error during include pass.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)