carmelowoodgett / maven-replacer-plugin

Automatically exported from code.google.com/p/maven-replacer-plugin
MIT License
0 stars 0 forks source link

Add special characters in "value" #87

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. configure a tokenValue file with values having "\n" and the like
2. run the replacer plugin as usual

What is the expected output? What do you see instead?

Id'like to have newline for instance in the output. Also true for tabs, or any 
"usually" escaped characters.

Example of tokenValue file :

\(\r=\n(

would replace :

blablah (

by :

blahblah  
(

What version of the product are you using?

1.5.1

Please provide any additional information below.

Original issue reported on code.google.com by pascal.r...@gmail.com on 28 Oct 2013 at 5:32

GoogleCodeExporter commented 8 years ago

Original comment by baker.st...@gmail.com on 5 Nov 2013 at 10:44