Fix test failures introduced by PR #113697 (#116941)
[llvm-project.git] / clang-tools-extra / test / clang-apply-replacements / Inputs / conflict / file1.yaml
blob8dccc5674eeed1cddcf617425a1712af07aeb04d
1 ---
2 MainSourceFile: source1.cpp
3 Diagnostics:
4   - DiagnosticName: test-conflict
5     DiagnosticMessage:
6       Message: Fix
7       FilePath: $(path)/common.h
8       FileOffset: 106
9       Replacements:
10         - FilePath:        $(path)/common.h
11           Offset:          106
12           Length:          26
13           ReplacementText: 'auto & i : ints'
14         - FilePath:        $(path)/common.h
15           Offset:          140
16           Length:          7
17           ReplacementText: i
18         - FilePath:        $(path)/common.h
19           Offset:          160
20           Length:          12
21           ReplacementText: ''
22 ...