Skip to content
Snippets Groups Projects
Commit f50eacd5 authored by Henning Glawe's avatar Henning Glawe
Browse files

skip '-----...' delimiter before switching to adHoc input parser wrapper

parent 8d5221e5
No related branches found
No related tags found
No related merge requests found
...@@ -201,7 +201,12 @@ class ParserFplo14(object): ...@@ -201,7 +201,12 @@ class ParserFplo14(object):
), ),
SM(name='startEchoInput', SM(name='startEchoInput',
startReStr=r"\s*Start: content of =.in\s*$", startReStr=r"\s*Start: content of =.in\s*$",
adHoc=self.adHoc_input_content subMatchers=[
SM(name='startEchoInputDelimiter',
startReStr=r'^\s*-{60,}\s*$',
adHoc=self.adHoc_input_content,
),
],
), ),
] + self.SMs_sym_msg() + [ ] + self.SMs_sym_msg() + [
], ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment