Skip to content

Commit

Permalink
test: dogfood parametrised map step
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Sep 12, 2024
1 parent 41c600d commit aebdd6c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion test/e2e/definitions/foreach/with-variable.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
[
p:stepList
(
[ base:map ( "filename => this.variables.get('root') + filename"^^code:EcmaScript ) ]
[
base:map
(
"(filename, root) => root + filename"^^code:EcmaScript
"root"^^p:VariableName
)
]
)
] .

0 comments on commit aebdd6c

Please sign in to comment.