Skip to content

Commit 33045ee

Browse files
committed
fix(test): allow newlines in between test name and attribute
1 parent 1e219ff commit 33045ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/test.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ lazy_static! {
2727
(?P<equals>(?:=+){3,})
2828
(?P<suffix1>[^=\r\n][^\r\n]*)?
2929
\r?\n
30-
(?P<test_name_and_markers>(?:[^=\r\n][^\r\n]*\r?\n)+)
30+
(?P<test_name_and_markers>(?:[^=][^\r\n]*\r?\n)+)
3131
===+
3232
(?P<suffix2>[^=\r\n][^\r\n]*)?\r?\n"
3333
)

0 commit comments

Comments
 (0)