diff options
Diffstat (limited to 'cli/tools/test.rs')
-rw-r--r-- | cli/tools/test.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tools/test.rs b/cli/tools/test.rs index aec6e6856..bccd6d731 100644 --- a/cli/tools/test.rs +++ b/cli/tools/test.rs @@ -566,6 +566,7 @@ fn extract_files_from_source_comments( media_type, capture_tokens: false, maybe_syntax: None, + scope_analysis: false, })?; let comments = parsed_source.comments().get_vec(); let blocks_regex = Regex::new(r"```([^\n]*)\n([\S\s]*?)```")?; |