llvm/clang-tools-extra/test/clang-apply-replacements/Inputs/crlf/file1.yaml

---
MainSourceFile:      source1.cpp
Diagnostics:
  - DiagnosticName:  test-crlf
    DiagnosticMessage:
      Message: Fix
      FilePath: $(path)/crlf.cpp
      FileOffset: 79
      Replacements:
        - FilePath:        $(path)/crlf.cpp
          Offset:          79
          Length:          1
          ReplacementText: nullptr
...