Return OPERATOR('[') for '[' without falling through to case '~', avoiding misinterpr...
authorIan Goodacre <Ian.Goodacre@xtra.co.nz>
Sat, 14 Mar 2009 06:04:12 +0000 (19:04 +1300)
committerVincent Pit <perl@profvince.com>
Sat, 14 Mar 2009 11:56:02 +0000 (12:56 +0100)
commitdf3467db16fc4437950db94f0d3ad7ff8b2c9e46
treef64144f82a655b2e386ca7edd0f3febc9142c889
parent43eb98159eec9ba37935203e5bf9f3a4199380c5
Return OPERATOR('[') for '[' without falling through to case '~', avoiding misinterpreting "[~" as an OP_SMARTMATCH.
t/base/lex.t
toke.c