Differences between revisions 4 and 5
Revision 4 as of 2009-06-02 06:39:45
Size: 920
Editor: KaiJaeger
Comment: typo
Revision 5 as of 2010-01-23 22:22:26
Size: 945
Editor: KaiJaeger
Comment: Moved to test.aplwiki.com
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#acl Known:read,write,delete All:read
#language en
#pragma section-numbers off
= Test Page =
<<Include(GetNameTable)>>
Line 6: Line 3:
||<tablestyle="float:right; font-weight: bold; text-align:center;">New authors||
||<style="background:#ffe; padding:1em; text-align:left;">To become an author, create an account first||
= TestPage =
Line 9: Line 5:
What is this about? The only purpose of this page is to provide some problems for the ACEX (automated code executioner) which will make it to the TestReport.
Line 11: Line 7:
This page is a sandbox where you can play around and get some experiences with MoinMoin, the software used to run the APL Wiki. {{{
      ''⍴0
}}}
Line 13: Line 11:
BeginnersStartHere == Examples ==
Line 15: Line 13:
If you want to learn about Wikis in general, klick MoreAboutWikis {{{
      ⎕FX'r←Do y' 'r←''''⍴⊂y'
      Do 2 1⍴'Kai' 'thomas'
 Kai
 thomas
}}}
Line 17: Line 20:
The following pages demonstrate typical markups in the APL wiki: == 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
}}}
}}}}
Line 19: Line 40:
ExampleNumber1 (read-only)

ExampleNumber2 (read-only)

ExampleNumber3 (read-only)

ScanOperator (read-only)

-----

Feel free to change pages listed here. To create a new link write something in Camel``Case. Clicking onto the link then allows you to create a new page.

TestPage1

TestPage2

TestPage3
----
CategoryListAll

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

Show test cases

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

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