Files
swift-mirror/test/SourceKit/SyntaxMapData/syntaxmap-edit.swift

5 lines
366 B
Swift

// RUN: %sourcekitd-test -req=syntax-map -pos=4:10 -replace="Bar" %S/Inputs/syntaxmap-edit.swift > %t.response
// RUN: diff -u %s.response %t.response
// RUN: %sourcekitd-test -req=syntax-map -pos=4:10 -replace="Bar" %S/Inputs/syntaxmap-edit.swift -force-libsyntax-based-processing > %t.libsyntax.response
// RUN: diff -u %s.libsyntax.response %t.libsyntax.response