pattern tests
=============

    >>> import re2

We should be able to get back what we put in.

    >>> re2.compile("(foo|b[a]r?)").pattern
    '(foo|b[a]r?)'
