Files
swift-mirror/test/SourceKit/SyntaxMapData/Inputs/syntaxmap-edit-multiline-string.swift
Nathan Hawes 90cc29bb2c [syntax-coloring] Highlight unterminated regular and multi-line strings as strings
Also add tests for syntax map deltas when editing multi-line strings
2017-09-14 21:34:21 -07:00

13 lines
84 B
Swift

let a = "value"
let x = """
\(
a
)
func foo () -> String {
return "foo"
}