Differences between revisions 6 and 7
Revision 6 as of 2011-02-20 09:32:15
Size: 908
Editor: KaiJaeger
Comment: See Phrasebook/Testpage
Revision 7 as of 2011-02-20 09:33:06
Size: 0
Editor: KaiJaeger
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
<<Include(GetNameTable)>>

= TestPage =

The only purpose of this page is to provide some problems for the ACEX (automated code executioner) which will make it to the TestReport.

{{{
      ''⍴0
}}}

== Examples ==

{{{
      ⎕FX'r←Do y' 'r←''''⍴⊂y'
      Do 2 1⍴'Kai' 'thomas'
  Kai
  thomas
}}}

== Test Cases ==
/* Replace "NameOfYourChoice" accordingly */
<<SeeSaw(section="test", toshow="<<Show>> test cases", tohide="<<Hide>> test cases", bg="#FEE1A5", speed="Slow")>>
{{{{#!wiki seesaw/test/test/hide
/* Note that the test cases are executed AUTOMATICALLY */
/* It is therefore very important to stick with the pattern! */
/* In doubt? Email me at kai@aplteam.com */
{{{
Test;Do
 ⎕IO←0
 ⎕FX'r←Do y' 'r←⍬⍴⊂y'
⍝ ---- Start Test cases (do not delete this!)
 ''≡Do''
 ' '≡Do' '
 1 2 3≡Do 1 2 3
}}}
}}}}

----
CategoryListAll

TestPage (last edited 2016-08-19 10:39:35 by KaiJaeger)