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
% tests/generate.zsh '{ a=42 }' main block-assignment-no-command Set copyright year to 2022? y BUFFER=$'{ a=42 }' expected_region_highlight=( '1 1 reserved-word' # { '3 6 assign' # a=42 '5 6 default' # 42 '8 8 unknown-token' # } )
That's a valid command so the final } should be a reserved-word.
}
reserved-word
The text was updated successfully, but these errors were encountered:
main: New test for issue #854
c10808a
Test added.
Sorry, something went wrong.
No branches or pull requests
That's a valid command so the final
}should be areserved-word.The text was updated successfully, but these errors were encountered: