Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add special characters in "value" #87

Open
GoogleCodeExporter opened this issue May 6, 2015 · 2 comments
Open

Add special characters in "value" #87

GoogleCodeExporter opened this issue May 6, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 28 Oct 2013 at 5:32

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 5 Nov 2013 at 10:44

  • Changed state: Accepted
  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

@sdoeringNew
Copy link

If someone stumbles upon that line breaks in the "value" can be achieved by using the line feed HTML code 
.

<replacement>
    <token>new line</token>
    <value>new&#10;line</value>
</replacement>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants