1// RUN: mkdir -p %T/Inputs/crlf
2// RUN: cat %S/Inputs/crlf/crlf.cpp > %T/Inputs/crlf/crlf.cpp
3// RUN: sed "s#\$(path)#%/T/Inputs/crlf#" %S/Inputs/crlf/file1.yaml > %T/Inputs/crlf/file1.yaml
4// RUN: clang-apply-replacements %T/Inputs/crlf
5// RUN: diff %T/Inputs/crlf/crlf.cpp %S/Inputs/crlf/crlf.cpp.expected
6

source code of clang-tools-extra/test/clang-apply-replacements/crlf.cpp