Revision: 1777
          http://svn.sourceforge.net/vexi/?rev=1777&view=rev
Author:   mkpg2
Date:     2007-04-01 22:38:54 -0700 (Sun, 01 Apr 2007)

Log Message:
-----------
Tests. test for parsing js with dos style files ("\n\r" at the end of every 
line not "\n")

Added Paths:
-----------
    core/trunk/org.ibex.js/src_junit/test/js/general/linefeed.js

Added: core/trunk/org.ibex.js/src_junit/test/js/general/linefeed.js
===================================================================
--- core/trunk/org.ibex.js/src_junit/test/js/general/linefeed.js                
                (rev 0)
+++ core/trunk/org.ibex.js/src_junit/test/js/general/linefeed.js        
2007-04-02 05:38:54 UTC (rev 1777)
@@ -0,0 +1,4 @@
+// REMARK - this is a dos style (with linefeeds -> \n\r) encoded file 
+var x = 123;
+sys.print(x);
+assert(x==123);


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to