We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f66bc4d commit 2fdf49dCopy full SHA for 2fdf49d
llvm/test/tools/llvm-rc/tag-html.test
@@ -1,5 +1,7 @@
1
; RUN: rm -rf %t && mkdir %t && cd %t
2
-; RUN: cp %p/Inputs/webpage*.html .
+; Remove `\r` in case Git on Windows decided to checkout with Windows newlines.
3
+; RUN: tr -d '\r' <%p/Inputs/webpage1.html > ./webpage1.html
4
+; RUN: tr -d '\r' <%p/Inputs/webpage2.html > ./webpage2.html
5
; RUN: llvm-rc -no-preprocess /FO %t/tag-html.res -- %p/Inputs/tag-html.rc
6
; RUN: llvm-readobj %t/tag-html.res | FileCheck %s --check-prefix HTML
7
0 commit comments