We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb4218b commit 28eadddCopy full SHA for 28eaddd
crates/stackable-versioned-macros/src/test_utils.rs
@@ -15,7 +15,7 @@ use crate::versioned_impl;
15
const DELIMITER: &str = "// ---\n";
16
17
static REGEX: LazyLock<Regex> = LazyLock::new(|| {
18
- Regex::new(r"#\[versioned\(\n(?P<args>[[:ascii:]]+)\n\)\]")
+ Regex::new(r"#\[versioned\(\s*(?P<args>[[:ascii:]]+)\s*\)\]")
19
.expect("failed to compile versioned regex")
20
});
21
0 commit comments