11 lines
229 B
Plaintext
11 lines
229 B
Plaintext
|
## With --no-leading-lines, don't add leading lines (which is used to preserve line numbers).
|
||
|
|
||
|
# RUN: split-file --no-leading-lines %s %t
|
||
|
# RUN: count 1 < %t/a.txt
|
||
|
# RUN: FileCheck %s < %t/a.txt
|
||
|
|
||
|
# CHECK: input
|
||
|
|
||
|
#--- a.txt
|
||
|
input
|