Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Dec 18, 2024
1 parent 25ae0ce commit 3dfb9f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/functional/tools/format_source_in_conditional.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</conditional>
</inputs>
<outputs>
<data name="output1" format_source="cond|input1"/><!-- format_source should only work for "no_extra_nesting" -->
<data name="output1" format_source="cond|input1"/><!-- format_source should work for both cases -->
<data name="output2" format_source="cond|inner_cond|input1"/><!-- format_source should only work for "extra_nesting" -->
<data name="output3" format_source="input1"/><!-- format_source with legacy behavior -->
</outputs>
Expand All @@ -47,9 +47,9 @@
<param name="input1" value="1.tabular" ftype="tsv"/>
</conditional>
</conditional>
<output name="output1" value="1.tabular" ftype="data" lines_diff="2"/>
<output name="output1" value="1.tabular" ftype="tsv" lines_diff="2"/>
<output name="output2" value="1.tabular" ftype="tsv" lines_diff="2"/>
<output name="output3" value="1.tabular" ftype="tsv" lines_diff="2"/>
<output name="output3" value="1.tabular" ftype="data" lines_diff="2"/>
</test>
</tests>
</tool>

0 comments on commit 3dfb9f1

Please sign in to comment.