Difference between revisions of "Template:Enum/Item/testcases"

From blackwiki
Jump to navigation Jump to search
imported>SimonTrew
(First version)
 
imported>SimonTrew
(Move tests from sandbox; rename ready for move to template space)
Line 8: Line 8:
 
== Testing main template ==
 
== Testing main template ==
  
<pre>
+
{{table
 +
|type=class="wikitable"
 +
|hdrs=Input {{!!}} Output
 +
|row1={{tlc|ListItem}}          {{!!}} {{Ety/ListItem}}
 +
|row2={{tlc|ListItem|}}        {{!!}} {{Ety/ListItem|}}
  
</pre>
+
|row3={{tlc|ListItem|A}}        {{!!}} {{Ety/ListItem|A}}
 +
|row4={{tlc|ListItem|A|}}      {{!!}} {{Ety/ListItem|A|}}
 +
|row5={{tlc|ListItem|A|B}}      {{!!}} {{Ety/ListItem|A|B}}
 +
|row6={{tlc|ListItem|A|B|}}    {{!!}} {{Ety/ListItem|A|B|}}
 +
|row6={{tlc|ListItem|A|B|C}}    {{!!}} {{Ety/ListItem|A|B|C}}
 +
|row7={{tlc|ListItem|A|B|C|}}  {{!!}} {{Ety/ListItem|A|B|C|}}
 +
|row8={{tlc|ListItem|A|B|C|D}}  {{!!}} {{Ety/ListItem|A|B|C|D}}
 +
|row9={{tlc|ListItem|A|B|C|D|}} {{!!}} {{Ety/ListItem|A|B|C|D|}}
 +
 
 +
|row10={{tlc|ListItem|2=after=.}}                    {{!!}} {{Ety/ListItem|after=.}}
 +
|row11={{tlc|ListItem|2=after=.|}}                  {{!!}} {{Ety/ListItem|after=.|}}
 +
|row12={{tlc|ListItem|2=after=.|3=A}}                {{!!}} {{Ety/ListItem|after=.|A}}
 +
|row13={{tlc|ListItem|2=after=.|3=A|}}              {{!!}} {{Ety/ListItem|after=.|A|}}
 +
|row14={{tlc|ListItem|2=after=.|3=A|4=B}}            {{!!}} {{Ety/ListItem|after=.|A|B}}
 +
|row15={{tlc|ListItem|2=after=.|3=A|4=B|5=C}}        {{!!}} {{Ety/ListItem|after=.|A|B|C}}
 +
|row16={{tlc|ListItem|2=after=.|3=A|4=B|5=C|6=}}    {{!!}} {{Ety/ListItem|after=.|A|B|C|}}
 +
|row17={{tlc|ListItem|2=after=.|3=A|4=B|5=C|6=D}}    {{!!}} {{Ety/ListItem|after=.|A|B|C|D}}
 +
|row18={{tlc|ListItem|2=after=.|3=A|4=B|5=C|6=D|7=}} {{!!}} {{Ety/ListItem|after=.|A|B|C|D|}}
 +
}}

Revision as of 08:30, 29 June 2010

Testing sandbox version

Template:Enum/Item/sandbox

Testing main template

Template:Table