Backslash-escape /s in the target of a generated s/// expression
authorAbhijit Menon-Sen <ams@toroid.org>
Sat, 29 Aug 2009 07:38:46 +0000 (12:38 +0530)
committerAbhijit Menon-Sen <ams@toroid.org>
Sat, 29 Aug 2009 07:38:46 +0000 (12:38 +0530)
commit72a2bbbfb72321e2cf05f31b10294c5597890005
treef1a148ab0049dbce1c94b73eb9a951620733c10d
parenta2c4b2d6db383103b96e4733616b17d0a3bb0bd9
Backslash-escape /s in the target of a generated s/// expression

Fixes #68840 reported by Guglielmo Bondioni, where a2p incorrectly
translated sub(/foo/,"bar/baz") into s/foo/bar/baz/.
x2p/walk.c