add completing single option argument test

This commit is contained in:
Nick Ginther 2016-05-25 17:52:36 -05:00
parent 2065f292ab
commit 1ea99c5958

View File

@ -431,3 +431,9 @@ Feature: Various utility commands.
Given I have a fresh instance
When I run :messages
Then the page should contain the plaintext "No messages to show."
## https://github.com/The-Compiler/qutebrowser/issues/1523
Scenario: Completing a single option argument
When I run :set-cmd-text -s :--
Then no crash should happen