Changeset 1502

Show
Ignore:
Timestamp:
01/10/08 16:33:41 (8 months ago)
Author:
jose
Message:

[phoneyc]
cleaner test

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • phoneyc/trunk/tests/msrichtxt.html

    r1501 r1502  
    44<script> 
    55function tryMe() { 
    6     test.Text = "@echo off" + "cmd.exe /c notepad.exe" + "echo Hello World!" + "pause"; 
     6    test.Text = "@echo off\n" + "cmd.exe /c notepad.exe\n" + "echo Hello World!\n" + "pause\n"; 
    77    test.SaveFile('C:\\shinnai.bat', 1); 
    88}