Files
mayan-edms/mayan/apps/document_parsing/tests/literals.py
2018-12-06 16:38:24 -04:00

5 lines
179 B
Python

from __future__ import unicode_literals
TEST_DOCUMENT_CONTENT = 'Sample text'
TEST_PARSING_INDEX_NODE_TEMPLATE = '{% if "sample" in document.content.lower() %}sample{% endif %}'