Differences between revisions 5 and 8 (spanning 3 versions)
Revision 5 as of 2010-01-23 22:22:26
Size: 945
Editor: KaiJaeger
Comment: Moved to test.aplwiki.com
Revision 8 as of 2012-12-29 08:53:10
Size: 183
Editor: KaiJaeger
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
<<Include(GetNameTable)>> Describe TestPage here.
Line 3: Line 3:
= TestPage = Does APL font within a sentence work? {{{¯3+¨⌊(2↑3↓⍇1 1),X[⍋X] }}} Yes it does!
Line 5: Line 5:
The only purpose of this page is to provide some problems for the ACEX (automated code executioner) which will make it to the TestReport. {{drawing:mytest.tdraw}}
Line 7: Line 7:
{{{
      ''⍴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' '
 'APL'≡Do' APL'
 ' '≡Do' '
 1 2 3≡Do 1 2 3
}}}
}}}}

----
CategoryListAll
{{drawing:anywikitest.adraw}}

Describe TestPage here.

Does APL font within a sentence work? ¯3+¨⌊(2↑3↓⍇1 1),X[⍋X]   Yes it does!

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