Differences between revisions 9 and 10
Revision 9 as of 2012-12-29 08:58:51
Size: 335
Editor: KaiJaeger
Comment:
Revision 10 as of 2012-12-30 17:23:32
Size: 1975
Editor: KaiJaeger
Comment: Superfluous
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Test page = <<Include(GetNameTable)>>
Line 3: Line 3:
This page should create error messages for the time being because both actions, tdraw and anydraw are excluded from the list of allowed actions right now due to the security issue that came up yesterday. /* replace TestPage by a proper & meaningful Wiki name */
= TestPage =
Line 5: Line 6:
{{drawing:mytest.tdraw}} <<TableOfContents>>
Line 7: Line 8:
{{drawing:anywikitest.adraw}} Describe the problem to be solved here.
Line 9: Line 10:
-- KaiJaeger <<DateTime(2012-12-29T08:58:51Z)>> {{{
      Put the phrase here
}}}

== Examples ==

/* Add proper examples here, and don't forget to fix a sample function changing "!PhraseName" accordingly */
{{{
      ⎕FX⊃'r←[?] PhraseName ?' 'r←....'
      Display PhraseName array
}}}

== Specialities ==
....
/* Add special remarks for specific dialects here, for example the mentioning of a system function solving the problem goes here */

== Compatibility ==

Checked with: /* APL2, APLX, APL+Win, Dyalog, NARS2000 - Add as many as you can/like */

== Test Cases ==
/* Replace "PhraseName" 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 */

{{{
Test
 ⎕IO←0 ⍝ You may change this; however, zero IS the default in the Phrasebook Wiki
⍝⎕ML←3 ⍝ Enable this line in Dyalog APL if appropriate
 ⎕FX'r←[larg] PhraseName rarg' 'r←phrase'
⍝ ---- Start Test cases (do not delete this!)
 /* expectedResult ≡ statement */
}}}

For details see the TestCasesGuidelines.
}}}}

See also: ... /* Add proper Wiki names. The pages do not necessarily must exist. If they don't they will show up on WantedPages and that's just fine */

Mentor: AplWiki:JohnDoe /* Replace by your name */

/* Tags are used to create a list automatically - see ListAllTags */
[[ListAllTags|Tags]]: <<span(css_class=small)>>
<!AppropriateCamelCaseName> <Simpleword> /* Use "!" to avoid unwanted links for CamelCase names */
<<span>>

----
CategoryListAll /* Don't forget to add more categories. If they do not exist so far that's fine - someone will take care */

TestPage

Describe the problem to be solved here.

      Put the phrase here

Examples

      ⎕FX⊃'r←[?] PhraseName ?' 'r←....'
      Display PhraseName array

Specialities

....

Compatibility

Checked with:

Test Cases

Show test cases

Test
 ⎕IO←0      ⍝ You may change this; however, zero IS the default in the Phrasebook Wiki
⍝⎕ML←3      ⍝ Enable this line in Dyalog APL if appropriate
 ⎕FX'r←[larg] PhraseName rarg' 'r←phrase'
⍝ ---- Start Test cases (do not delete this!)
 /* expectedResult ≡ statement */

For details see the TestCasesGuidelines.

See also: ...

Mentor: JohnDoe

Tags: <AppropriateCamelCaseName> <Simpleword>


CategoryListAll

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