features/travelling-demo.feature in macros4cuke-0.1.04 vs features/travelling-demo.feature in macros4cuke-0.1.06
- old
+ new
@@ -17,9 +17,14 @@
When I [travel from "Brussels" to "Rome"]
# You should see the output:
# I leave Brussels
# I arrive in Rome
+
+ # Actual values can have embedded double quotes provided they are escaped.
+ When I [travel from "Tampa" to "\"Little Italy\""]
+
+ # Notice the HTML-escaping done by Mustache
Scenario: Defining a macro calling other macro(s)
Given I define the step "When I [travel from {{origin}} to {{destination}} and back]" to mean: