[PATCH] D66015: [llvm-strings] Improve testing of llvm-strings
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 12 04:34:15 PDT 2019
jhenderson marked an inline comment as done.
jhenderson added inline comments.
================
Comment at: test/tools/llvm-strings/stdin.test:11
+## Case 3: output with new line.
+RUN: echo -e abcd\nefgh | llvm-strings - | FileCheck %s --check-prefix=CASE3 --implicit-check-not={{.}}
+CASE3: abcd
----------------
On my Linux box, "echo -e" doesn't work without quoting the string to be echoed, so I did that throughout this test.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66015/new/
https://reviews.llvm.org/D66015
More information about the llvm-commits
mailing list