diff --git a/src/framework/mod.rs b/src/framework/mod.rs index 3c89649d347..8a621b27f87 100644 --- a/src/framework/mod.rs +++ b/src/framework/mod.rs @@ -940,7 +940,7 @@ impl ::Framework for BuiltinFramework { content = content[command_length..].trim(); if command.use_quotes { - utils::parse_quotes(&content[command_length..]) + utils::parse_quotes(content) } else { let delimiters = &self.configuration.delimiters; let regular_expression = delimiters.iter()