Suppression des .classs et mise à jour du parser (Il faut des tabs désormais pour les commandes) + Ajout du test n°8
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6
tests/C/test-08-space-vs-tabulation/bake/Bakefile
Normal file
6
tests/C/test-08-space-vs-tabulation/bake/Bakefile
Normal file
@@ -0,0 +1,6 @@
|
||||
all:
|
||||
echo "Cette ligne est correcte"
|
||||
|
||||
test_espaces:
|
||||
echo "Cette ligne utilise une tabulation"
|
||||
echo "Cette ligne utilise des espaces et doit provoquer une erreur"
|
6
tests/C/test-08-space-vs-tabulation/make/Makefile
Normal file
6
tests/C/test-08-space-vs-tabulation/make/Makefile
Normal file
@@ -0,0 +1,6 @@
|
||||
all:
|
||||
echo "Cette ligne est correcte"
|
||||
|
||||
test_espaces:
|
||||
echo "Cette ligne utilise une tabulation"
|
||||
echo "Cette ligne utilise des espaces et doit provoquer une erreur"
|
Reference in New Issue
Block a user