Sandbox: Difference between revisions
Appearance
another test |
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 }} |
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