mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-06 17:30:59 +01:00
6 lines
147 B
Python
6 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('')
|