From beba1633ac67b6cfa911b1a2c162ea928359d885 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 25 Aug 2014 17:55:59 +0200 Subject: [PATCH] Parse tray_output as a word, not string (Thanks Peter) This makes it robust against trailing whitespace. fixes #1352 --- parser-specs/config.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser-specs/config.spec b/parser-specs/config.spec index bdd03565..4025665d 100644 --- a/parser-specs/config.spec +++ b/parser-specs/config.spec @@ -422,7 +422,7 @@ state BAR_OUTPUT: -> call cfg_bar_output($output); BAR state BAR_TRAY_OUTPUT: - output = string + output = word -> call cfg_bar_tray_output($output); BAR state BAR_FONT: