]> git.sur5r.net Git - i3/i3/commit
Support config file line continuation 1797/head
authorhwangcc23 <hwangcc@csie.nctu.edu.tw>
Tue, 14 Jul 2015 15:38:45 +0000 (23:38 +0800)
committerhwangcc23 <hwangcc@csie.nctu.edu.tw>
Sat, 25 Jul 2015 23:54:06 +0000 (07:54 +0800)
commitfc1477dfb52e0af0fbcb960c07d4615a757b8640
treec33bbfd5078f3aeabcb795d27a3a7b656c02c3b1
parent9d353fa46bd1550b2fe17cb4c9fe1daba1b085c8
Support config file line continuation

1. Allow to use the line continuation, which is indicated by \ before the new line character, in config files.
2. Add a new testcase "247-config-line-continuation.t" for
    a). testing line continuation
    b). making sure string escaping still works
    c). testing line continuations within a string
    b). testing line continuations with too many lines
docs/userguide
src/config_parser.c
testcases/t/247-config-line-continuation.t [new file with mode: 0644]