quote - off by zero
matthewt [Tue, 27 May 2014 20:40:17 +0000 (20:40 +0000)]
git-svn-id: https://jules.scsys.co.uk/repository/shadowcat-code/scratchpad/matthewt/sig/lib@1561 8a6f57db-631f-0410-b083-dc7c4259d016

quotefile

index e2f5238..3676112 100644 (file)
--- 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