Skip to content

Commit

Permalink
test: add failing test for joins with var substituion
Browse files Browse the repository at this point in the history
  • Loading branch information
mvo5 committed Oct 31, 2024
1 parent 553115f commit d31b590
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/data/base/19-op-join-with-vars.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"lang":"nl_NL.UTF-8"}
19 changes: 19 additions & 0 deletions test/data/base/19-op-join-with-vars.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
otk.version: 1

otk.define:
default:
modifications:
language: en_US.UTF-8

user:
modifications:
language: nl_NL.UTF-8

modifications:
otk.op.join:
values:
- ${default.modifications}
- ${user.modifications}

otk.target.osbuild:
lang: ${modifications.language}

0 comments on commit d31b590

Please sign in to comment.