mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Revert "[Parse] Implementation for SE-200 (raw strings)"
This commit is contained in:
committed by
GitHub
parent
192587c98a
commit
df22ea1bfb
@@ -1,14 +0,0 @@
|
||||
// RUN: %target-typecheck-verify-swift
|
||||
|
||||
#"\##("invalid")"#
|
||||
// expected-error@-1{{too many '#' characters in delimited escape}}
|
||||
// expected-error@-2{{invalid escape sequence in literal}}
|
||||
|
||||
####"invalid"###
|
||||
// expected-error@-1{{unterminated string literal}}
|
||||
|
||||
###"invalid"####
|
||||
// expected-error@-1{{too many '#' characters in closing delimiter}}
|
||||
// expected-error@-2{{consecutive statements on a line must be separated by ';'}}
|
||||
// expected-error@-3{{expected expression}}
|
||||
// expected-warning@-4{{string literal is unused}}
|
||||
Reference in New Issue
Block a user