Files
swift-mirror/test/IDE/complete_regex.swift
Alex Hoppen 32eff21977 [IDE] Remove "Begin completions" and "End completions" from test cases
These test lines weren't actually providing any value and were annoying to write. Let's jut remove them.
2023-03-22 09:07:17 -07:00

11 lines
355 B
Swift

// REQUIRES: swift_in_compiler
// RUN: %empty-directory(%t)
// RUN: %target-swift-ide-test -enable-bare-slash-regex -batch-code-completion -source-filename %s -filecheck %raw-FileCheck -completion-output-dir %t
func testLiteral() {
/foo/.#^RE_LITERAL_MEMBER^#
// RE_LITERAL_MEMBER-DAG: Keyword[self]/CurrNominal: self[#Regex<Substring>#];
}