Skip to content

Commit abff041

Browse files
Merge pull request #23 from DoctorLai/copilot/sub-pr-22
[WIP] [WIP] Address feedback from review on Sudoku implementation
2 parents 0f64642 + 79d0f10 commit abff041

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sudoku-solver/tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if ./sudoku-solver "$invalid" >/dev/null 2>&1; then
1818
fi
1919

2020
limited_output=$(./sudoku-solver "$puzzle" 1)
21-
if ! echo "$limited_output" | grep -q "Found 1 solution(s)."; then
21+
if ! echo "$limited_output" | grep -Fq "Found 1 solution(s)."; then
2222
echo "Test failed: max_solutions limit did not work"
2323
exit 1
2424
fi

0 commit comments

Comments
 (0)