We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See 10-edge-case-llvm-vs-py-ghost-newline-in-llvm:
10-edge-case-llvm-vs-py-ghost-newline-in-llvm
; RUN: echo -e "String1" | (%FILECHECK_EXEC %S/CHECK.check 2>&1; test $? = 1;) | %FILECHECK_EXEC %s --strict-whitespace --match-full-lines ; CHECK:{{^.*}}FileCheck{{(\.py)?$}} // TODO: Something wrong with the greediness here: ; CHECK***:{{^.*}}CHECK.check:2:8: error: CHECK***: expected string not found in input ; CHECK:{{^.*}} // TODO: And here: ; CHECK:{{.*}}String2 ; CHECK: ^ ; CHECK:<stdin>:1:8: note: scanning from here ; CHECK:String1 ; CHECK: ^ ; CHECK-EMPTY:
The text was updated successfully, but these errors were encountered:
Also this:
; RUN: printf "String1" | %expect_exit 1 %FILECHECK_EXEC "%S/CHECK.check" | %FILECHECK_EXEC "%s" --strict-whitespace --match-full-lines // TODO: Something wrong with the greediness here: ; CHECK:{{^.*}}CHECK.check:2:8: error: {{CHECK}}: expected string not found in input // TODO: And here: ; CHECK:{{^CHECK}}: String2 ; CHECK: ^ ; CHECK:<stdin>:1:8: note: scanning from here ; CHECK:String1 ; CHECK: ^ ; CHECK-EMPTY:
Sorry, something went wrong.
No branches or pull requests
See
10-edge-case-llvm-vs-py-ghost-newline-in-llvm
:The text was updated successfully, but these errors were encountered: