1module "abc" 2 3replace "xyz" v1.2.3 => "/tmp/z" 4 5replace "xyz" v1.3.4 => "my/xyz" v1.3.4-me 6 7replace ( 8 "w" v1.0.0 => "./a," 9 "w" v1.0.1 => "./a()" 10 "w" v1.0.2 => "./a[]" 11 "w" v1.0.3 => "./a{}" 12)
View as plain text