metasmile / grit-i18n

Automatically exported from code.google.com/p/grit-i18n
BSD 2-Clause "Simplified" License
1 stars 2 forks source link

format/chrome_messages_json.py does not encode multiline messages properly. #20

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Have a message spanning multiple lines.
2. Use GRIT to generate 'chrome_messages_json' output.
3. Open the generated json and observe that '\n' wasn't properly escaped.

What version of the product are you using? On what operating system?

http://grit-i18n.googlecode.com/svn/trunk@127

Windows 7

Please provide any additional information below.

I'll be uploading the fix for review shortly.

Original issue reported on code.google.com by alexeypa@chromium.org on 3 Jul 2013 at 5:21

GoogleCodeExporter commented 8 years ago
This should be fixed by r129.

Original comment by alexeypa@chromium.org on 8 Jul 2013 at 6:01