xonsh/tests/test_path_completers.py
2016-09-25 15:07:42 -04:00

5 lines
147 B
Python

import xonsh.completers.path as xcp
def test_pattern_need_quotes():
# just make sure the regex compiles
xcp.PATTERN_NEED_QUOTES.match('')