This commit is contained in:
Hizenberg469
2025-01-10 20:44:19 +05:30
parent 989941a37b
commit bf654075a3
19 changed files with 283 additions and 56 deletions

View File

@@ -93,7 +93,7 @@ do
test_output=$(<"$OUTPUT_FILE")
if diff -q -Z <(echo $test_output) <(echo $expected_output) > /dev/null; then
if diff -q -Z <(echo -e $test_output) <(echo -e $expected_output) > /dev/null; then
echo -e "\033[0;32mTest #$(($test_num+1)): PASS\033[0m"
#Debug mode - in case to see the output.