]> git.sur5r.net Git - i3/i3/commit
cfg_workspace: Accept outputs with spaces again 3655/head
authorOrestis Floros <orestisf1993@gmail.com>
Thu, 21 Mar 2019 17:29:56 +0000 (19:29 +0200)
committerOrestis Floros <orestisf1993@gmail.com>
Thu, 21 Mar 2019 19:31:30 +0000 (21:31 +0200)
commit8ce99cdacb7e243c7a75e7bbd54de7a7e8300a7e
treef0b364acf2abf4b31ef1ba81b981fcc9cb7e9e20
parent3aa42cf795c387aba2cc560f7c543353c8a06a08
cfg_workspace: Accept outputs with spaces again

This is a regression from bce088679.

An other way to fix this would be to concatenate strings inside the
strtok loop when an output starts with a double quote but I'd rather
let the parser do the word splitting.

Fixes #3646
parser-specs/config.spec
src/config_directives.c
testcases/t/201-config-parser.t
testcases/t/297-assign-workspace-to-output.t