Skip to content

Commit

Permalink
Remove escaped_semicolon_in_property per votes #5 and #6
Browse files Browse the repository at this point in the history
  • Loading branch information
randstr authored and xuhdev committed Oct 9, 2019
1 parent 2b983f5 commit 3bd4fc8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions parser/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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]*$")
Expand Down

0 comments on commit 3bd4fc8

Please sign in to comment.