File: error.txt

package info (click to toggle)
golang-github-rogpeppe-go-internal 1.14.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,188 kB
  • sloc: makefile: 6
file content (14 lines) | stat: -rw-r--r-- 253 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# should support skip
unquote file.txt

# stdin
stdin file.txt
! testscript -v
stdout 'FAIL: <stdin>:1: unexpected command failure'

# file-based
! testscript -v file.txt
stdout 'FAIL: file.txt:1: unexpected command failure'

-- file.txt --
>exec false