From fc12730fc00b1a5f90da326e1af336f161ccc2a4 Mon Sep 17 00:00:00 2001 From: eficas <> Date: Wed, 6 Nov 2002 16:29:41 +0000 Subject: [PATCH] ajout test Test1 --- Minicode/Test1/incl.13 | 1 + Minicode/Test1/incl.14 | 2 ++ Minicode/Test1/incl.17 | 3 +++ Minicode/Test1/incl.23 | 2 ++ Minicode/Test1/incl.26 | 3 +++ Minicode/Test1/main.comm | 11 +++++++++++ 6 files changed, 22 insertions(+) create mode 100644 Minicode/Test1/incl.13 create mode 100644 Minicode/Test1/incl.14 create mode 100644 Minicode/Test1/incl.17 create mode 100644 Minicode/Test1/incl.23 create mode 100644 Minicode/Test1/incl.26 create mode 100644 Minicode/Test1/main.comm diff --git a/Minicode/Test1/incl.13 b/Minicode/Test1/incl.13 new file mode 100644 index 00000000..3e1feeec --- /dev/null +++ b/Minicode/Test1/incl.13 @@ -0,0 +1 @@ +a=1/ diff --git a/Minicode/Test1/incl.14 b/Minicode/Test1/incl.14 new file mode 100644 index 00000000..f0b5c0ac --- /dev/null +++ b/Minicode/Test1/incl.14 @@ -0,0 +1,2 @@ +MMA=LIRE_MAILLAGE() +MA=LIRE_MAILLAGE() diff --git a/Minicode/Test1/incl.17 b/Minicode/Test1/incl.17 new file mode 100644 index 00000000..3378d967 --- /dev/null +++ b/Minicode/Test1/incl.17 @@ -0,0 +1,3 @@ +MMA=LIRE_MAILLAGE() +MA=LIRE_MAILLAGE() +DETRUIRE(CONCEPT=_F(NOM=MA)) diff --git a/Minicode/Test1/incl.23 b/Minicode/Test1/incl.23 new file mode 100644 index 00000000..5e020f07 --- /dev/null +++ b/Minicode/Test1/incl.23 @@ -0,0 +1,2 @@ +YYY=LIRE_MAILLAGE() +YY=LIRE_MAILLAGE() diff --git a/Minicode/Test1/incl.26 b/Minicode/Test1/incl.26 new file mode 100644 index 00000000..a5cfd114 --- /dev/null +++ b/Minicode/Test1/incl.26 @@ -0,0 +1,3 @@ +YYY=LIRE_MAILLAGE() +MACRO3(MAIL2=MA) +YY=LIRE_MAILLAGE() diff --git a/Minicode/Test1/main.comm b/Minicode/Test1/main.comm new file mode 100644 index 00000000..29ab5062 --- /dev/null +++ b/Minicode/Test1/main.comm @@ -0,0 +1,11 @@ +# Changer l'include 14 +# 1 en reprenant le meme fichier +# 2 en prenant le fichier incl.17 qui contient une commande DETRUIRE + +DEBUT() +INCLUDE(UNITE=14) +DETRUIRE() +INCLUDE(UNITE=23) +DETRUIRE() +FIN() + -- 2.39.2