We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2736d5 commit 758d472Copy full SHA for 758d472
tests/phar/tests.sh
@@ -32,6 +32,7 @@ testPharAbsoluteFilesFrench() {
32
# Un-comment to update the test data
33
# echo "${ABSOLUTE_OUTPUT}" > absolute_fr_1.out
34
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)"
36
cd - > /dev/null
37
}
38
0 commit comments