summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/vobject/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vobject/lib.rs b/src/vobject/lib.rs
index 4658640..8e87fd9 100644
--- a/src/vobject/lib.rs
+++ b/src/vobject/lib.rs
@@ -193,7 +193,7 @@ qsafe_char = !dquote value_char // FIXME
value_char = !eol .
-eol = "\n" / "\r\n" / "\r"
+eol = "\r\n" / "\n" / "\r"
dquote = "\""
eols = eol+
whitespace = " " / "\t"