OILS
/
opy
/
gold
/ regex_compile.py
View on Github
|
oilshell.org
10 lines, 3 significant
1
#!/usr/bin/env python2
2
from __future__ import print_function
3
"""
4
regex_compile.py
5
6
Failing test for opyc run / byterun.
7
"""
8
9
import sre_parse
10
print(sre_parse.parse(
'.*'
, 0))