Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(166)

Unified Diff: chrome/test/data/extensions/api_test/i18n/_locales/en_US/messages.json

Issue 10544066: Double dollar ($$) parsing in messages.json broken (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/extensions/api_test/i18n/_locales/en_US/messages.json
diff --git a/chrome/test/data/extensions/api_test/i18n/_locales/en_US/messages.json b/chrome/test/data/extensions/api_test/i18n/_locales/en_US/messages.json
index 52b7cbfda4cbafc78dba0e8e48cc2952aefd48ed..1d1b235d42809be72ca3cd911b59153cd5dbc7fc 100644
--- a/chrome/test/data/extensions/api_test/i18n/_locales/en_US/messages.json
+++ b/chrome/test/data/extensions/api_test/i18n/_locales/en_US/messages.json
@@ -26,5 +26,11 @@
"content": "Google"
}
}
+ },
+ "message_with_double_dollar_sign": {
+ "message": "I need $$500 please."
+ },
+ "message_with_double_dollar_sign_and_placeholders": {
+ "message": "We should really be paying $1 and $2 more $$$$."
}
}

Powered by Google App Engine
This is Rietveld 408576698