From 89caf3f497405b6bc576ab8bd338186901c3ba62 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 30 Apr 2016 14:28:58 +0200 Subject: [PATCH] Add a test for #1464 --- tests/integration/features/hints.feature | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/integration/features/hints.feature b/tests/integration/features/hints.feature index 062de293c..e4628e438 100644 --- a/tests/integration/features/hints.feature +++ b/tests/integration/features/hints.feature @@ -45,6 +45,12 @@ Feature: Using hints Then the following tabs should be open: - data/hello.txt (active) + Scenario: Entering and leaving hinting mode (issue 1464) + When I open data/hints/link.html + And I run :hint + And I run :fake-key -g + Then no crash should happen + @xfail Scenario: Using :hint spawn with flags (issue 797) When I open data/hints/link.html