Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: cms/tests/test_site/pages/filter.tmpl

Issue 29345468: Issue 4045 - Add Test Suite To CMS (Closed)
Patch Set: Cosolidated test code Created July 12, 2016, 1:43 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: cms/tests/test_site/pages/filter.tmpl
===================================================================
new file mode 100644
--- /dev/null
+++ b/cms/tests/test_site/pages/filter.tmpl
@@ -0,0 +1,4 @@
+template = empty
+{%- set test = 'test' -%}
+{{- test|foo_converter }}
Vasily Kuznetsov 2016/07/12 15:25:12 You can just inline the value of `test` like this
+

Powered by Google App Engine
This is Rietveld