adaszko / complgen

Declarative bash/fish/zsh completions without writing shell scripts
Apache License 2.0
221 stars 7 forks source link

Write tests checking if shell special characters in grammar descriptions get properly quoted in completions #24

Closed adaszko closed 1 year ago

adaszko commented 1 year ago

Those would need to be e2e tests, so in Python, using pytest. Existing examples in the e2e subdirectory should make it clear what's going on there.