Skip to content

Commit

Permalink
commented out sys.puts
Browse files Browse the repository at this point in the history
  • Loading branch information
FotoVerite committed Jun 19, 2010
1 parent e42c0ea commit b16973e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/toFu-test.js
Expand Up @@ -122,11 +122,12 @@ vows.describe('format.js lib/types').addBatch({
}
}
}).export(module);

/*
sys.puts(format.toFu.toShuffle([1,2]));
sys.puts(format.toFu.toShuffle(12332424));
sys.puts(format.toFu.toShuffle("I am a very model man of model major general"));
sys.puts(format.toFu.toReverse([1,2,3,4,5]));
sys.puts(format.toFu.toReverse(12332424));
sys.puts(format.toFu.toReverse("I am a very model man of model major general"));
sys.puts(format.toFu.toReverse("I am a very model man of model major general"));
*/

0 comments on commit b16973e

Please sign in to comment.