Open GoogleCodeExporter opened 8 years ago
Please recreate the issue with --runnerMode=DEBUG, and attach the appropriate
log file from <tmp directory/jstd-<timestamp>.log
Original comment by corbinrs...@gmail.com
on 7 Dec 2011 at 3:04
I've attached the log and a small test project that I'm using to verify this
issue.
I first run the against this block of code to get the test to pass.
if(!String.prototype.trim) {
String.prototype.trim = String.prototype.replace.curry(/^\s+|\s+$/, '');
}
then change this method to return null expecting the test to fail.
if(!String.prototype.trim) {
String.prototype.trim = null;
}
Original comment by troyw...@gmail.com
on 7 Dec 2011 at 4:30
Attachments:
Hmmm. According to the log, the cache is being updated.
What is the sequence command being run?
Original comment by corbinrs...@gmail.com
on 7 Dec 2011 at 8:45
Is this what you need? If not let me know, thanks.
jstd --port 42242
jstd --tests all
Original comment by troyw...@gmail.com
on 7 Dec 2011 at 9:32
Original issue reported on code.google.com by
troyw...@gmail.com
on 7 Dec 2011 at 9:54