5 lines
151 B
Python
5 lines
151 B
Python
from __future__ import absolute_import, unicode_literals
|
|
|
|
TEST_NODE_EXPRESSION = 'level_1'
|
|
TEST_NODE_EXPRESSION_MULTILINE = 'first\r\nsecond\r\nthird'
|