Sign in
rust
/
llvm-project
/
2cb41005ed5c4747b10d2bf01d8779d3bb4ae32d
/
.
/
llvm
/
test
/
tools
/
llvm-strings
/
whitespace.test
blob: f34a671e9977ef7d5ddb00b8ae4ba550b4e138c7 [
file
] [
log
] [
blame
]
RUN
:
echo
-
n abcd
|
llvm
-
strings
-
|
FileCheck
%
s
--
strict
-
whitespace
CHECK
:
{{^}}
abcd
{{
$
}}