github.com/zyedidia/knit@v1.1.2-0.20230901152954-f7d4e39a0e24/test/fail/Knitfile (about)

     1  return b{
     2  $ test.txt:
     3      echo "hi" > $output
     4      false
     5  
     6  $ test1.txt: test.txt
     7      echo "hello1" > $output
     8  }