25 lines · yaml
1---2MainSourceFile: ignore-conflict.cpp3Diagnostics:4 - DiagnosticName: test-ignore-conflict-insertion5 DiagnosticMessage:6 Message: Fix7 FilePath: $(path)/ignore-conflict.cpp8 FileOffset: 09 Replacements:10 - FilePath: $(path)/ignore-conflict.cpp11 Offset: 012 Length: 013 ReplacementText: "#include <a.h>\n"14 - DiagnosticName: test-ignore-conflict-insertion15 DiagnosticMessage:16 Message: Fix17 FilePath: $(path)/ignore-conflict.cpp18 FileOffset: 019 Replacements:20 - FilePath: $(path)/ignore-conflict.cpp21 Offset: 022 Length: 023 ReplacementText: "#include <b.h>\n"24...25