From 1ea99c595889b63ea8cfa7f8cda6876d5e83c7cb Mon Sep 17 00:00:00 2001 From: Nick Ginther Date: Wed, 25 May 2016 17:52:36 -0500 Subject: [PATCH] add completing single option argument test --- tests/integration/features/misc.feature | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/integration/features/misc.feature b/tests/integration/features/misc.feature index 372bcf48a..84ee7fcc3 100644 --- a/tests/integration/features/misc.feature +++ b/tests/integration/features/misc.feature @@ -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