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

[FIXED] Fix to properly deal with block scopes in lexer. #5406

Merged
merged 3 commits into from
May 10, 2024

Commits on May 10, 2024

  1. Fix to properly deal with block scopes in lex.

    We had a bug that was reported that was not handling a block scope where the terminating '}' was on a new line.
    
    Signed-off-by: Derek Collison <derek@nats.io>
    derekcollison committed May 10, 2024
    Configuration menu
    Copy the full SHA
    fa170aa View commit details
    Browse the repository at this point in the history
  2. Update copyrights

    Signed-off-by: Derek Collison <derek@nats.io>
    derekcollison committed May 10, 2024
    Configuration menu
    Copy the full SHA
    1cd5c4c View commit details
    Browse the repository at this point in the history
  3. Update conf/parse_test.go

    Add new else based on PR feedback.
    
    Co-authored-by: Waldemar Quevedo <wally@synadia.com>
    derekcollison and wallyqs committed May 10, 2024
    Configuration menu
    Copy the full SHA
    a09b8e0 View commit details
    Browse the repository at this point in the history