You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2006/04/03 14:26:06 UTC

svn commit: r391030 - /jakarta/commons/proper/jexl/trunk/src/test-scripts/test1.jexl

Author: dion
Date: Mon Apr  3 05:26:05 2006
New Revision: 391030

URL: http://svn.apache.org/viewcvs?rev=391030&view=rev
Log:
Add a simple test file

Added:
    jakarta/commons/proper/jexl/trunk/src/test-scripts/test1.jexl

Added: jakarta/commons/proper/jexl/trunk/src/test-scripts/test1.jexl
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jexl/trunk/src/test-scripts/test1.jexl?rev=391030&view=auto
==============================================================================
--- jakarta/commons/proper/jexl/trunk/src/test-scripts/test1.jexl (added)
+++ jakarta/commons/proper/jexl/trunk/src/test-scripts/test1.jexl Mon Apr  3 05:26:05 2006
@@ -0,0 +1,10 @@
+##
+## This is a test script
+##
+if (out != null) out.println('Starting test script');
+x = 1;
+y = 2;
+result = x * y + 5;
+if (out != null) out.println("The result is " + result);
+## return the result.
+result;
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org