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

     1  name = "Allow tabs in rules"
     2  
     3  [flags]
     4  
     5  knitfile = "Knitfile"
     6  ncpu = 1
     7  dryrun = true
     8  
     9  [[builds]]
    10  
    11  args = ["hello"]
    12  output = "echo hello"