Files
mayan-edms/mayan/apps/document_parsing/tests/literals.py
2018-10-03 15:13:19 -04:00

4 lines
163 B
Python

from __future__ import unicode_literals
TEST_PARSING_INDEX_NODE_TEMPLATE = '{% if "sample" in document.latest_version.content|join:" "|lower %}sample{% endif %}'