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

Allow error message to be a suffix #9

Merged
merged 1 commit into from Dec 27, 2017

Commits on Dec 8, 2017

  1. Allow error message to be a suffix

    Previously, the error message emitted by the native calls was of the
    form:
    
        'syntax error'
    
    However, more recently the error message takes the form:
    
        'syntax error in filter expression: syntax error'
    
    This patch pretends the part before the ":" is functionally equivalent
    to a line start, for the purposes of testing.
    
    Closes: maddingue#8
    kentfredric committed Dec 8, 2017
    Copy the full SHA
    1790442 View commit details
    Browse the repository at this point in the history