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

Fix literal pattern availability #720

Closed natecook1000 closed 8 months ago

natecook1000 commented 8 months ago

This corrects the availability for the _literalPattern symbol, and fixes a few odd failing tests along the way!

natecook1000 commented 8 months ago

@swift-ci Please test

natecook1000 commented 8 months ago

@swift-ci Please test