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 tests for substring searching at substring boundaries #749

Closed natecook1000 closed 3 months ago

natecook1000 commented 3 months ago

These additional tests validate that searching within a substring honors the substring boundaries, even when those substring boundaries are within the boundaries of a character.

natecook1000 commented 3 months ago

@swift-ci Please test

natecook1000 commented 3 months ago

@swift-ci Please test