Fix test failures introduced by PR #113697 (#116941)
[llvm-project.git] / clang-tools-extra / test / clang-apply-replacements / Inputs / crlf / file1.yaml
blob2c3d56e89eedb401de09200051145fbc88bdbe7a
1 ---
2 MainSourceFile:      source1.cpp
3 Diagnostics:
4   - DiagnosticName:  test-crlf
5     DiagnosticMessage:
6       Message: Fix
7       FilePath: $(path)/crlf.cpp
8       FileOffset: 79
9       Replacements:
10         - FilePath:        $(path)/crlf.cpp
11           Offset:          79
12           Length:          1
13           ReplacementText: nullptr
14 ...