Skip to content

Commit

Permalink
Remove colon separator fixtures
Browse files Browse the repository at this point in the history
Forgot to remove these in #33
  • Loading branch information
jedmao authored and xuhdev committed Dec 1, 2019
1 parent 4896ac5 commit 6c8fe68
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions parser/whitespace.in
Original file line number Diff line number Diff line change
Expand Up @@ -46,23 +46,3 @@ key=value
key1=value1
key2=value2
key3=value3

; colon separator with no spaces
[test1.d]
key:value

; colon separator with space after
[test2.d]
key: value

; colon separator with space before and after
[test3.d]
key : value

; colon separator with spaces before
[test4.d]
key:value

; colon separator with spaces after property value
[test5.d]
key:value

0 comments on commit 6c8fe68

Please sign in to comment.