[llvm-branch-commits] [compiler-rt] [clang-tools-extra] [libc] [llvm] [flang] [clang] [OptTable] Make new lines in help text respect indentation (PR #74880)
James Henderson via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Dec 12 00:37:31 PST 2023
================
@@ -1,16 +1,16 @@
; RUN: llvm-cvtres /h > %t
-; RUN: FileCheck -input-file=%t %s -check-prefix=HELP_TEST
+; RUN: FileCheck -input-file=%t %s --strict-whitespace -check-prefix=HELP_TEST
-; HELP_TEST: OVERVIEW: Resource Converter
-; HELP_TEST-DAG: USAGE: llvm-cvtres [options] file...
-; HELP_TEST-DAG: OPTIONS:
-; HELP_TEST-NEXT: /{{DEFINE}}:symbol - Not implemented
-; HELP_TEST-NEXT: /FOLDDUPS: - Not implemented
-; HELP_TEST-NEXT: /HELP - Display available options
+; HELP_TEST: OVERVIEW: Resource Converter
+; HELP_TEST-DAG: USAGE: llvm-cvtres [options] file...
+; HELP_TEST-DAG: OPTIONS:
+; HELP_TEST-NEXT: /{{DEFINE}}:symbol - Not implemented
----------------
jh7370 wrote:
The formatting in this line looks wrong? It looks to me like there might be a bug here (possibly predating your PR).
https://github.com/llvm/llvm-project/pull/74880
More information about the llvm-branch-commits
mailing list