nashorn/test/script/basic/scripting.js.EXPECTED
changeset 16196 58f6f046bb5e
parent 16151 97c1e756ae1e
child 24778 2ff5d7041566
equal deleted inserted replaced
16195:3f6c0ab2597a 16196:58f6f046bb5e
    97 There we go
    97 There we go
    98 EOD y = "No we don't";
    98 EOD y = "No we don't";
    99 print(y);
    99 print(y);
   100 
   100 
   101 
   101 
   102 print(read(__FILE__));
   102 print(readFully(__FILE__));
   103 
   103