Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
parser-fplo
Commits
f50eacd5
Commit
f50eacd5
authored
Nov 10, 2016
by
Henning Glawe
Browse files
skip '-----...' delimiter before switching to adHoc input parser wrapper
parent
8d5221e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
parser/parser-fplo/parser_fplo_14.py
View file @
f50eacd5
...
...
@@ -201,7 +201,12 @@ class ParserFplo14(object):
),
SM
(
name
=
'startEchoInput'
,
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
()
+
[
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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