We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11b4186 commit 2ce4f95Copy full SHA for 2ce4f95
test/unit/test_git_output_format.sh
@@ -77,7 +77,7 @@ else
77
fi
78
79
# Test 5: Check if output is in markdown format
80
-if echo "$output" | grep -q "^#" && echo "$output" | grep -q "^```"; then
+if echo "$output" | grep -q "^#" && echo "$output" | grep -q "\`\`\`"; then
81
echo "ok $((test_number+=1)) - output is in markdown format"
82
else
83
echo "not ok $((test_number+=1)) - output is in markdown format"
0 commit comments