swiftlang / swift-experimental-string-processing

An early experimental general-purpose pattern matching engine for Swift.
Apache License 2.0
278 stars 47 forks source link

Add unit tests for advanced string algorithms #662

Open natecook1000 opened 1 year ago

natecook1000 commented 1 year ago

We're migrating a lot of Processor's matching/consuming methods to String so that we can fuse string-specific operations together. We should have unit tests for these as we discover the right patterns for this.