Skip to content

Commit

Permalink
missing paren
Browse files Browse the repository at this point in the history
  • Loading branch information
neonspectra committed Nov 9, 2023
1 parent 4fe0638 commit 02bc466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/xml-reserved-characters.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fi
echo ""
echo "Testing to ensure that the title is rendering as it should..."
titletest="<title>Test Suite - XML Reserved Characters &#38; &#60; &#62; &#39; &#34;"
if [[ $(grep "$titletest" $testpage ]]
if [[ $(grep "$titletest" $testpage) ]]
then
echo "SUCCESS!"
else
Expand Down

0 comments on commit 02bc466

Please sign in to comment.