a2p match() faulty
authorZefram <zefram@fysh.org>
Fri, 23 Oct 2009 09:13:21 +0000 (11:13 +0200)
committerRafael Garcia-Suarez <rgs@consttype.org>
Fri, 23 Oct 2009 09:13:21 +0000 (11:13 +0200)
commit6cf7238579bd512306a71f8d84f26589241691ff
tree7c60526a5acc7a9416d92728a5885b08006c696f
parent43269761c362a1ad9ab57c5513879796142282fa
a2p match() faulty

While I was doing the $[ thing, I discovered a bug in a2p's handling of
the match() operator.  It uses a comma operator, which has unintended
behaviour in list context (e.g., in a print statement).  It also returns
empty string for a non-match, rather than the required 0.
x2p/walk.c