The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
%TestML 0.1.0

# XXX Skipping this test for now. Might need a %Skip in TestML
'1' == '1'
# *grammar.compile.optimize.yaml.clean == *yaml


=== Question Mark Expansion
--- SKIP
--- grammar
a: /(:foo)/
--- yaml
a:
  .rgx: /(?:foo)/