aboutsummaryrefslogtreecommitdiff
path: root/viz.js/process/tab_Lexer.mll
diff options
context:
space:
mode:
Diffstat (limited to 'viz.js/process/tab_Lexer.mll')
-rwxr-xr-xviz.js/process/tab_Lexer.mll2
1 files changed, 1 insertions, 1 deletions
diff --git a/viz.js/process/tab_Lexer.mll b/viz.js/process/tab_Lexer.mll
index 67793e4..5149917 100755
--- a/viz.js/process/tab_Lexer.mll
+++ b/viz.js/process/tab_Lexer.mll
@@ -59,7 +59,7 @@ rule parse_line = shortest
(regular* as comment) newline
{ Entry (Js.string _2, Some (Js.string _target, Js.string comment, (get_arrow _arrow)))}
- | (space+ as _1)
+ | (spaces as _1)
(regular+ as _2) newline
{ Entry (Js.string _2, None) }