diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-03-19 13:59:30 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-03-19 13:59:30 +0000 |
commit | 0b7b2c69ec83497d9accab064da0f4ad07662d42 (patch) | |
tree | e8f22a2acecbf3035850f56beb1c8161c53cdf2d /Build/source/texk/web2c/cftests | |
parent | ee507bbd1fc483c58acb33cca25509a4dd81df9b (diff) |
prepare for new build system
git-svn-id: svn://tug.org/texlive/trunk@12429 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/cftests')
-rw-r--r-- | Build/source/texk/web2c/cftests/cftest.ch | 7 | ||||
-rw-r--r-- | Build/source/texk/web2c/cftests/cftest.p | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/cftests/cftest.web | 15 | ||||
-rw-r--r-- | Build/source/texk/web2c/cftests/lcftest.p | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/cftests/ocftest.p | 2 |
5 files changed, 28 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/cftests/cftest.ch b/Build/source/texk/web2c/cftests/cftest.ch new file mode 100644 index 00000000000..220bf25a756 --- /dev/null +++ b/Build/source/texk/web2c/cftests/cftest.ch @@ -0,0 +1,7 @@ +% Replace seven_bits by eight_bits. + +@x +@!seven_bits=0..127; {seven-bit numbers, a subrange of the integers} +@y +@!eight_bits=0..255; {eight-bit numbers, a subrange of the integers} +@z diff --git a/Build/source/texk/web2c/cftests/cftest.p b/Build/source/texk/web2c/cftests/cftest.p new file mode 100644 index 00000000000..197bae6e97a --- /dev/null +++ b/Build/source/texk/web2c/cftests/cftest.p @@ -0,0 +1,2 @@ +{1:}program CFtest;type{2:}eightbits=0..255; +{:2}{:1}{3:}begin writeln('This is CFtest');end.{:3} diff --git a/Build/source/texk/web2c/cftests/cftest.web b/Build/source/texk/web2c/cftests/cftest.web new file mode 100644 index 00000000000..a49ba6a1947 --- /dev/null +++ b/Build/source/texk/web2c/cftests/cftest.web @@ -0,0 +1,15 @@ +% This is not a real program, only to test if tangle works. + +@* Introduction. +This is just a test. + +@p program CF_test; +type @<Types in the outer block@> + +@ @<Types...@>= +@!seven_bits=0..127; {seven-bit numbers, a subrange of the integers} + +@* Main program. + +@p begin write_ln('This is CFtest'); +end. diff --git a/Build/source/texk/web2c/cftests/lcftest.p b/Build/source/texk/web2c/cftests/lcftest.p new file mode 100644 index 00000000000..ab3074345bf --- /dev/null +++ b/Build/source/texk/web2c/cftests/lcftest.p @@ -0,0 +1,2 @@ +{1:}program CFtest;type{2:}eightbits=0..255;{:2}{:1}{3:} +begin writeln('This is CFtest');end.{:3} diff --git a/Build/source/texk/web2c/cftests/ocftest.p b/Build/source/texk/web2c/cftests/ocftest.p new file mode 100644 index 00000000000..ab3074345bf --- /dev/null +++ b/Build/source/texk/web2c/cftests/ocftest.p @@ -0,0 +1,2 @@ +{1:}program CFtest;type{2:}eightbits=0..255;{:2}{:1}{3:} +begin writeln('This is CFtest');end.{:3} |