OILS / opy / gold / regex_compile.py View on Github | oilshell.org

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