Ajout du test n°25
This commit is contained in:
7
tests/C/test-25-multilines/bake/Bakefile
Normal file
7
tests/C/test-25-multilines/bake/Bakefile
Normal file
@@ -0,0 +1,7 @@
|
||||
MultiLine:
|
||||
touch test.txt
|
||||
echo "Première ligne" > test.txt
|
||||
echo "Deuxième ligne" >> test.txt
|
||||
echo "Troisième ligne" >> test.txt
|
||||
cat test.txt
|
||||
rm test.txt
|
Reference in New Issue
Block a user