Skip to content

Commit

Permalink
Remove escaped_octothorpe_in_value per editorconfig/editorconfig-vote#5
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhdev committed Jun 29, 2019
1 parent 08bfef8 commit 2b983f5
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 @@ -140,10 +140,6 @@ new_ec_test_multiline(octothorpe_comment_between_props_ML comments.in test10.c
new_ec_test(octothorpe_in_value comments.in test11.c
"^key=value# not comment[ \t\n\r]*$")

# test escaped octothorpes are included in property value
new_ec_test(escaped_octothorpe_in_value comments.in test12.c
"^key=value # not comment[ \t\n\r]*$")

# test escaped octothorpes are included in section names
new_ec_test(escaped_octothorpe_in_section comments.in "test\#.c"
"^key=value[ \t\n\r]*$")
Expand Down

0 comments on commit 2b983f5

Please sign in to comment.