xonsh/tests/test_path_completers.py

6 lines
147 B
Python
Raw Normal View History

2016-09-25 15:07:42 -04:00
import xonsh.completers.path as xcp
def test_pattern_need_quotes():
# just make sure the regex compiles
xcp.PATTERN_NEED_QUOTES.match('')