fix error on notice

This commit is contained in:
zapashcanon 2019-11-29 15:28:32 +01:00
parent 963425b701
commit 3121030a2a
Signed by: zapashcanon
GPG Key ID: 8981C3C62D1D28F1

View File

@ -45,6 +45,8 @@ and line_content buf =
Notice (extract_notice (lxm buf))
| " * ", any_except_eol, eol ->
Action (extract_action (lxm buf))
| " -", any_except_eol, "- ", any_except_eol, eol ->
Notice "TODO"
| _ ->
failwith "unexpected character (line_content)"