RESOLVED FIXED 17529
Add support for reading from stdin from testkjs
https://bugs.webkit.org/show_bug.cgi?id=17529
Summary Add support for reading from stdin from testkjs
Sam Weinig
Reported 2008-02-24 21:36:12 PST
We should add support for the readline() function that the SpiderMonkey shell exposes.
Attachments
patch (2.33 KB, patch)
2008-02-24 21:38 PST, Sam Weinig
mrowe: review+
Sam Weinig
Comment 1 2008-02-24 21:38:52 PST
Mark Rowe (bdash)
Comment 2 2008-02-24 22:59:38 PST
Comment on attachment 19337 [details] patch r=me. SpiderMonkey does some special handling of \r's in its implementation. We may need to do something similar if we encounter cases where this is required.
Sam Weinig
Comment 3 2008-02-24 23:12:29 PST
Landed in r30560.
Note You need to log in before you can comment on or make changes to this bug.