STR-441: pp-stratego duplicates double quotes for strings.
——————————
martin@korma:/pkg/wc/stratego-shell/tools> more foo.str
module foostrategies
foo = !“2”
——————————
$ pp-stratego -i foo.str
module foostrategies
Submitted on 1 November 2005 at 12:08
foo =
!““2””
——————————
Log in to post comments