Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix quoted text grammar and parsing #1535

Merged

Commits on Dec 13, 2022

  1. Fix quoted text grammar and parsing

    Updates Smithy ABNF for QuotedChar and TextBlock, and updates IdlTextParser to
    properly parse QuotedChar and TextBlock. Previously, IdlTextParser was allowing
    any character to be used as a QuotedChar, despite QuotedChar having certain
    restrictions in the grammar. IdlTextParser was updated to follow the grammar's
    restrictions properly. The grammar restrictions were also loosened to allow
    tab characters in QuotedChar and double quotes in TextBlock, both of which
    were already in use. Specifically for double quotes in a TextBlock, one or two
    are allowed in a row, and must be followed by a QuotedChar.
    milesziemer committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    fd49984 View commit details
    Browse the repository at this point in the history