Jump to content

Sandbox: Difference between revisions

From ICANNWiki
another test
TedErnst (talk | contribs)
No edit summary
Line 1: Line 1:
{{#expr: 1+ }}
Parser Functions Test
 
* This one should give an error message: {{#expr: 1+ }}
 
* This one should give "yes": {{#ifexpr: 1 > 0 | yes }}
{{#ifexpr: 1 > 0 | yes }} → yes

Revision as of 21:20, 10 October 2010

Parser Functions Test

  • This one should give an error message: Expression error: Missing operand for +.
  • This one should give "yes": yes