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 632fbc5 commit 69e9682Copy full SHA for 69e9682
tools/od_ref_bot/src/main.rs
@@ -272,7 +272,7 @@ fn format_body(body: &str, data: &Data) -> String {
272
let mut replaced_body = body.to_string();
273
274
let link_finder_regex =
275
- Regex::new(r##"\{\{ *?([a-zA-Z_]*)\(((var|proc)="([a-zA-Z]*?)")? ?\).*?\}\}"##).unwrap();
+ Regex::new(r##"\{\{ *?([a-zA-Z_]*)\(((var|proc)="([a-zA-Z_]*?)")? ?\).*?\}\}"##).unwrap();
276
277
for capture in link_finder_regex.captures_iter(body) {
278
let original = capture.get(0).unwrap().as_str();
0 commit comments