]> git.ipfire.org Git - thirdparty/systemd.git/commit
rule-syntax-check: values can contain escaped double quotes 8269/head
authorFranck Bui <fbui@suse.com>
Fri, 23 Feb 2018 16:12:50 +0000 (17:12 +0100)
committerFranck Bui <fbui@suse.com>
Tue, 27 Feb 2018 13:42:09 +0000 (14:42 +0100)
commit75a56cb63259505e568d0524461d446040ceba6c
treee109eb037fddd09daa1aa8a0ff1e56026bf4da1e
parent905ca72a8fc174be0d012c2c87fa6f0437bc9790
rule-syntax-check: values can contain escaped double quotes

This is true since commit 7e760b79ad143b26a5c937afa7666a7c40508f85.

Note that the changes in the regex expressions relies on the fact that the
script assumes that the comma separator is mandatory.

Add a comment in the script to clarify this.
test/rule-syntax-check.py