aboutsummaryrefslogtreecommitdiff
path: root/src/framework
diff options
context:
space:
mode:
Diffstat (limited to 'src/framework')
-rw-r--r--src/framework/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/framework/mod.rs b/src/framework/mod.rs
index 3c89649..8a621b2 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()