xref: /llvm-project/llvm/test/tools/split-file/no-leading-lines.test (revision bcea3a7a288e0b5ac977f90c46e4eef7946467e7)
1## With --no-leading-lines, don't add leading lines (which is used to preserve line numbers).
2
3# RUN: split-file --no-leading-lines %s %t
4# RUN: count 1 < %t/a.txt
5# RUN: FileCheck %s < %t/a.txt
6
7# CHECK: input
8
9#--- a.txt
10input
11