From 33045ee89803448700f7590cf427a1c3a3802d14 Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Sun, 5 May 2024 15:19:42 -0400 Subject: [PATCH] fix(test): allow newlines in between test name and attribute --- cli/src/test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/test.rs b/cli/src/test.rs index 8514fc79..555058e8 100644 --- a/cli/src/test.rs +++ b/cli/src/test.rs @@ -27,7 +27,7 @@ lazy_static! { (?P(?:=+){3,}) (?P[^=\r\n][^\r\n]*)? \r?\n - (?P(?:[^=\r\n][^\r\n]*\r?\n)+) + (?P(?:[^=][^\r\n]*\r?\n)+) ===+ (?P[^=\r\n][^\r\n]*)?\r?\n" )