llvm-for-llvmta/test/tools/llvm-strings/whitespace.test

4 lines
179 B
Plaintext

## Show that the default output format matches GNU strings.
RUN: echo -n abcd | llvm-strings - | FileCheck %s --strict-whitespace --implicit-check-not={{.}}
CHECK: {{^}}abcd{{$}}