summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/cftests
diff options
context:
space:
mode:
authorDenis Bitouzé <dbitouze@wanadoo.fr>2021-02-25 18:23:07 +0000
committerDenis Bitouzé <dbitouze@wanadoo.fr>2021-02-25 18:23:07 +0000
commitc6101f91d071883b48b1b4b51e5eba0f36d9a78d (patch)
tree1bf7f5a881d7a4f5c5bf59d0b2821943dd822372 /Build/source/texk/web2c/cftests
parent07ee7222e389b0777456b427a55c22d0e6ffd267 (diff)
French translation for tlmgr updated
git-svn-id: svn://tug.org/texlive/trunk@57912 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/cftests')
-rw-r--r--Build/source/texk/web2c/cftests/cftest.ch7
-rw-r--r--Build/source/texk/web2c/cftests/cftest.p2
-rw-r--r--Build/source/texk/web2c/cftests/cftest.web15
-rw-r--r--Build/source/texk/web2c/cftests/ocftest.p2
4 files changed, 0 insertions, 26 deletions
diff --git a/Build/source/texk/web2c/cftests/cftest.ch b/Build/source/texk/web2c/cftests/cftest.ch
deleted file mode 100644
index 220bf25a756..00000000000
--- a/Build/source/texk/web2c/cftests/cftest.ch
+++ /dev/null
@@ -1,7 +0,0 @@
-% 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
deleted file mode 100644
index 197bae6e97a..00000000000
--- a/Build/source/texk/web2c/cftests/cftest.p
+++ /dev/null
@@ -1,2 +0,0 @@
-{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
deleted file mode 100644
index a49ba6a1947..00000000000
--- a/Build/source/texk/web2c/cftests/cftest.web
+++ /dev/null
@@ -1,15 +0,0 @@
-% 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/ocftest.p b/Build/source/texk/web2c/cftests/ocftest.p
deleted file mode 100644
index ab3074345bf..00000000000
--- a/Build/source/texk/web2c/cftests/ocftest.p
+++ /dev/null
@@ -1,2 +0,0 @@
-{1:}program CFtest;type{2:}eightbits=0..255;{:2}{:1}{3:}
-begin writeln('This is CFtest');end.{:3}