Skip to content

Commit 7c79afd

Browse files
committed
Support multiple examples sections in scenarios
1 parent 71032ba commit 7c79afd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/practitest_firecracker/parser/gherkin.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
(defn- expand-scenario-outline
3737
[scenario feature]
3838
(let [examples (:examples scenario)
39-
all-params (glue-example-arguments (first examples))]
39+
all-params (mapcat glue-example-arguments examples)]
4040
(mapcat
4141
(fn [param]
4242
;; Store params and values here for future reference

0 commit comments

Comments
 (0)