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

Unified Diff: grit/format/html_inline_unittest.py

Issue 1374383003: Ignore Polymer bound src="[[attr]]" from grit processing. (Closed) Base URL: https://chromium.googlesource.com/external/grit-i18n.git@master
Patch Set: test fixes Created 5 years, 3 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
« no previous file with comments | « grit/format/html_inline.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: grit/format/html_inline_unittest.py
diff --git a/grit/format/html_inline_unittest.py b/grit/format/html_inline_unittest.py
index f392cf5f481d2ab8e387686890948aaf788da2e3..ea76d3732e9f6f14d1ddc5099d59498074aa63fe 100755
--- a/grit/format/html_inline_unittest.py
+++ b/grit/format/html_inline_unittest.py
@@ -37,6 +37,8 @@ class HtmlInlineUnittest(unittest.TestCase):
<include src="test.html">
<include
src="really-long-long-long-long-long-test-file-omg-so-long.html">
+ <iron-icon src="[[icon]]"></iron-icon><!-- Should be ignored. -->
+ <iron-icon src="{{src}}"></iron-icon><!-- Also ignored. -->
</body>
</html>
''',
« no previous file with comments | « grit/format/html_inline.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698