Skip to content
Snippets Groups Projects
Commit 422abc00 authored by Augustin Lemesle's avatar Augustin Lemesle
Browse files

comment strange formatting

parent fb4c0a5e
No related branches found
No related tags found
1 merge request!66Changelog generator now takes in account WP and E-ACSL
...@@ -174,7 +174,7 @@ and text e = parse ...@@ -174,7 +174,7 @@ and text e = parse
| space { add_word e Space ; text e lexbuf } | space { add_word e Space ; text e lexbuf }
| eof { } | eof { }
| space+ (digit as k) ')' { add_word e (Item k) ; text e lexbuf } (* | space+ (digit as k) ')' { add_word e (Item k) ; text e lexbuf } *)
| '#' ((digit+) as bug) | '#' ((digit+) as bug)
{ add_word e (PublicBts(int_of_string bug)) ; text e lexbuf } { add_word e (PublicBts(int_of_string bug)) ; text e lexbuf }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment