Skip to content

Commit d6fc080

Browse files
committed
[incrParse] Adjust expected reparse region for simple test case
1 parent 9d9bb53 commit d6fc080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/incrParse/simple.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ func foo() {
2222
}
2323

2424
_ = <<REPLACE<6|||7>>>
25-
_ = </reparse REPLACE><<REPLACE_BY_LONGER<6|||"Hello World">>>
25+
_ = <<REPLACE_BY_LONGER<6|||"Hello World">>></reparse REPLACE>
2626
_ = <<REPLACE_BY_SHORTER<"Hello again"|||"a">>>
2727
<<INSERT<|||foo()>>>
2828
<<REMOVE<print("abc")|||>>>

0 commit comments

Comments
 (0)