From: matthewt Date: Tue, 27 May 2014 20:40:17 +0000 (+0000) Subject: quote - off by zero X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a9dd330831ad344da131f1836ff82c30491faa49;p=scpubgit%2Fmst-quotefile.git quote - off by zero git-svn-id: https://jules.scsys.co.uk/repository/shadowcat-code/scratchpad/matthewt/sig/lib@1561 8a6f57db-631f-0410-b083-dc7c4259d016 --- diff --git a/quotefile b/quotefile index e2f5238..3676112 100644 --- a/quotefile +++ b/quotefile @@ -4798,3 +4798,8 @@ there'll be 94 named methods, living in this class < ether> we'll be reduced to grunting and pointing because no words will be acceptable < ether> and then pointing will be banned because it evokes male penetration +% +<@Trelane> whoever wrote .split() in JavaScript needs a good shouting at +<@Trelane> "foo:bar:baz".split(":",2); # returns ["foo","bar"] +<@tomboh> ah, an "off by zero" error +<@osfameron> those are always the hardest to debug