apple / swift-experimental-string-processing

An early experimental general-purpose pattern matching engine for Swift.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix failing DSL tests

hamishknight opened this issue · comments

The two variants of the test:

    try _testDSLCaptures(
      ("can't stop won't stop", ("can't stop won't stop", "can't", "won't")),

appear to be failing with the updated test logic in #554.