From 3bd4fc87548e184a1ac5272fdcc20ae81a1f084f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Wed, 9 Oct 2019 13:22:21 +0100 Subject: [PATCH] Remove escaped_semicolon_in_property per votes #5 and #6 --- parser/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/parser/CMakeLists.txt b/parser/CMakeLists.txt index 743d797..c4ae83e 100644 --- a/parser/CMakeLists.txt +++ b/parser/CMakeLists.txt @@ -112,10 +112,6 @@ new_ec_test_multiline(comment_between_props_ML comments.in test4.c new_ec_test(semicolon_in_property comments.in test5.c "^key=value; not comment[ \t\n\r]*$") -# test escaped semicolons are included in property value -new_ec_test(escaped_semicolon_in_property comments.in test6.c - "^key=value ; not comment[ \t\n\r]*$") - # test escaped semicolons are included in section names new_ec_test(escaped_semicolon_in_section comments.in "test;.c" "^key=value[ \t\n\r]*$")