mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This reverts commita67a0436f7, reversing changes made to9965df76d0. This commit or the earlier commit this commit is based on (#40531) broke the incremental bot.
8 lines
240 B
Swift
8 lines
240 B
Swift
// RUN: %target-typecheck-verify-swift -enable-experimental-string-processing
|
|
// REQUIRES: libswift
|
|
|
|
let s = '\\'' // expected-error {{unterminated regex literal}}
|
|
|
|
// expected-error@+1 {{unterminated regex literal}}
|
|
var unterminated = 'xy
|