Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
702075d2
Commit
702075d2
authored
Jan 24, 2011
by
François Bobot
Browse files
RC : a commentary can end with eof
parent
1e1cd66b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/util/rc.mll
View file @
702075d2
...
...
@@ -256,7 +256,7 @@ let escape = ['\\''"''n''t''r']
rule record = parse
| space
{ record lexbuf }
| '#' [^'
\n
']* '
\n
'
| '#' [^'
\n
']*
(
'
\n
'
| eof)
{ record lexbuf }
| '[' (ident as key) space*
{ header [key] lexbuf }
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment