14 lines · plain
1RUN: rm -rf %t2RUN: mkdir %t3 4RUN: llvm-cas --cas %t/cas --make-blob --data %S/Inputs/oneline > %t/id5 6# Confirm that the ID has the right prefix, is well-formed, and that there's7# nothing else on the line.8RUN: FileCheck %s --match-full-lines --strict-whitespace <%t/id9CHECK:llvmcas://{{[a-z0-9]+}}10 11# Confirm that there's a newline after.12RUN: wc -l <%t/id | FileCheck %s -check-prefix=NEWLINE13NEWLINE: 114