Difference between revisions of "Testslash"

From TestWiki
Jump to: navigation, search
(+ what we expect to see)
m (Fix to match tidied template.)
Line 6: Line 6:
 
== What we expect to see: ==
 
== What we expect to see: ==
  
<repeat table="Slash" criteria="stage=test/me,department={{{arg2/arg2}}}"> </repeat>
+
<repeat table="Slash" criteria="stage=test/me,department=football"> </repeat>

Revision as of 22:20, 8 March 2012

Inputs

  • {{{arg1}}}: test/me
  • {{{arg2}}}: football
  • {{{arg3/arg3}}}: {{{arg3/arg3}}}

Markup

<repeat table="Slash" criteria="stage=test/me,department=football" sort="{{{arg3/arg3}}}"> </repeat>

Result

department stage
football test/me


What we expect to see:

department stage
football test/me