Skip to content

Commit

Permalink
More clarification of empty/multiple/optional select behaviors.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Aug 11, 2024
1 parent 95da147 commit c6ea4d3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/functional/tools/parameters/gx_select_multiple.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,13 @@ echo '$parameter' >> '$output'
</assert_contents>
</output>
</test>
<test>
<!-- these parameters are not implicitly optional and don't select top option -->
<output name="output">
<assert_contents>
<has_line line="None" />
</assert_contents>
</output>
</test>
</tests>
</tool>
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,12 @@ echo '$parameter' >> '$output'
</assert_contents>
</output>
</test>
<test>
<output name="output">
<assert_contents>
<has_line line="None" />
</assert_contents>
</output>
</test>
</tests>
</tool>

0 comments on commit c6ea4d3

Please sign in to comment.