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:28:06 UTC

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

Author: dion
Date: Mon Apr  3 05:28:04 2006
New Revision: 391032

URL: http://svn.apache.org/viewcvs?rev=391032&view=rev
Log:
props

Modified:
    jakarta/commons/proper/jexl/trunk/src/test-scripts/test1.jexl   (contents, props changed)

Modified: 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=391032&r1=391031&r2=391032&view=diff
==============================================================================
--- jakarta/commons/proper/jexl/trunk/src/test-scripts/test1.jexl (original)
+++ jakarta/commons/proper/jexl/trunk/src/test-scripts/test1.jexl Mon Apr  3 05:28:04 2006
@@ -1,10 +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.
+##
+## 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;

Propchange: jakarta/commons/proper/jexl/trunk/src/test-scripts/test1.jexl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/commons/proper/jexl/trunk/src/test-scripts/test1.jexl
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL



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