Skip to content

Commit 758d472

Browse files
committed
Add one assert to ensure French is French
1 parent e2736d5 commit 758d472

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/phar/tests.sh

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ testPharAbsoluteFilesFrench() {
3232
# Un-comment to update the test data
3333
# echo "${ABSOLUTE_OUTPUT}" > absolute_fr_1.out
3434
assertSame "The output must be the same" "$(cat absolute_fr_1.out)" "${ABSOLUTE_OUTPUT}"
35+
assertSame "The output must be the same" "Afficher le menu</span" "$(grep -F "Afficher le menu" ./build/html/doc-index.html | cut -d '>' -f 2)"
3536
cd - > /dev/null
3637
}
3738

0 commit comments

Comments
 (0)