9 lines
158 B
Bash
9 lines
158 B
Bash
# @TEST-EXEC: cat %INPUT | wc -c >output
|
|
# @TEST-EXEC: btest-diff output
|
|
|
|
This is the first test input in this file.
|
|
|
|
# @TEST-START-NEXT
|
|
|
|
... and the second.
|