summaryrefslogtreecommitdiff
path: root/src/curly_parser.mly
diff options
context:
space:
mode:
Diffstat (limited to 'src/curly_parser.mly')
-rw-r--r--src/curly_parser.mly2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/curly_parser.mly b/src/curly_parser.mly
index 047277a..896f5c0 100644
--- a/src/curly_parser.mly
+++ b/src/curly_parser.mly
@@ -17,7 +17,7 @@
opt_comment:
| (* empty *) { None }
- | c = COMMENT { Some c }
+ | c = COMMENT { Some (String.trim c) }
value:
| v = STRING