Implement `log_separator' action keyword

This commit is contained in:
Thibault Jouan
2015-04-28 10:45:56 +00:00
parent 85e5abac8d
commit 92dedd16e7
3 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
Feature: `log_separator' action keyword
Scenario: logs a separator
Given uhwm is running with this run control file:
"""
key(:f) { log_separator }
"""
When I press the alt+f keys
Then the output must contain "- - - - - - - - - - - - - - - - - - - - - - -"