Skip to content

Commit

Permalink
Make Field definition follow Literal definition
Browse files Browse the repository at this point in the history
I think this is a violation of your Literal syntax.

Could you explain what i'm missing in the language definition?
Is this supposed to be a litteral '='?

Literal         ::=  ('"' [^"]* '"') | ("'" [^']* "'")
  • Loading branch information
AaronGoldman authored and jeking3 committed May 12, 2019
1 parent ce32ed7 commit b808a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/specs/idl.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ A service provides the interface for a set of functionality provided by a Thrift

## Field

[16] Field ::= FieldID? FieldReq? FieldType Identifier ('= ConstValue)? XsdFieldOptions ListSeparator?
[16] Field ::= FieldID? FieldReq? FieldType Identifier ('=' ConstValue)? XsdFieldOptions ListSeparator?

### Field ID

Expand Down

0 comments on commit b808a11

Please sign in to comment.