File: bad_include.tjp

package info (click to toggle)
tj3 3.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,048 kB
  • sloc: ruby: 36,481; javascript: 1,113; sh: 19; makefile: 17
file content (11 lines) | stat: -rw-r--r-- 233 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
project test "Test" "1.0" 2007-08-19 +2m 

# Unfortunately, include file errors are reported at the first token
# after the include statement.
# MARK: error 6 bad_include
include "foo.tji"

task bar "Bar" {
	start ${projectstart}
}