feat(testing): more loops tests

This commit is contained in:
matteo 2026-01-31 17:29:21 +01:00
parent 4d01199e21
commit 17f8b918c8

View file

@ -12,4 +12,9 @@ do
echo "should be printed only once"
done;
while true;
do
echo "yes"
done;
echo "tests done"