fix(test): allow newlines in between test name and attribute
This commit is contained in:
parent
1e219ff9eb
commit
33045ee898
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ lazy_static! {
|
|||
(?P<equals>(?:=+){3,})
|
||||
(?P<suffix1>[^=\r\n][^\r\n]*)?
|
||||
\r?\n
|
||||
(?P<test_name_and_markers>(?:[^=\r\n][^\r\n]*\r?\n)+)
|
||||
(?P<test_name_and_markers>(?:[^=][^\r\n]*\r?\n)+)
|
||||
===+
|
||||
(?P<suffix2>[^=\r\n][^\r\n]*)?\r?\n"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue