Files
swift-mirror/test/incrParse/multi-edit-mapping.swift
Nathan Hawes efa2c5475d [incrParse] Update text-util.py to handle multiple edits and reparse ranges on the same line
It wasn't accounting for the prefix length before a reparse tag previously when
keeping track of pre_column_offset and post_column_offset.
2018-10-11 14:31:32 -07:00

5 lines
236 B
Swift

// RUN: %empty-directory(%t)
// RUN: %validate-incrparse %s --test-case MULTI
let one: Int;<reparse MULTI>let two: Int; let three: Int; <<MULTI<||| >>><<MULTI<||| >>>let found: Int;</reparse MULTI>let five: Int;