Skip to content

Commit 6c12b9f

Browse files
alextwoodskstich
authored andcommitted
Add another test for just multiselect
1 parent 9bcd9e4 commit 6c12b9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

smithy-rules-engine/src/test/resources/software/amazon/smithy/rulesengine/language/errorfiles/valid/operation-context-params.smithy

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ service FizzBuzz {
1414
subExpression: {path: "nested.nested.bar"},
1515
recursive: {path: "nested.nested.recursiveMember.foo"}
1616
keysFunction: {path: "keys(map)"},
17+
multiSelect: {path: "nested.[foo, nested.bar, nested.recursiveMember.foo]"}
1718
multiSelectFlatten: {path: "listOfUnions[*].[nested.foo, object.key][]"}
1819
)
1920
operation Bar {

0 commit comments

Comments
 (0)