Skip to content

Commit 27d5637

Browse files
committed
check-build-and-verify.sh: ignore yet another false positive from html5validator about document language.
Addressed to #783
1 parent 5734be3 commit 27d5637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scripts/ci/check-build-and-verify.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ if [ "$RUN_ONLY_INTEGRATION_TESTS" = 'no' ]; then
181181
'Attribute with the local name “xmlns:[a-z]+” is not serializable' \
182182
'An "img" element must have an "alt" attribute' \
183183
'The first child "option" element of a "select" element with a "required" attribute' \
184-
'This document appears to be written in (Danish|Lithuanian)' \
184+
'This document appears to be written in (Danish|Lithuanian|French)' \
185185
'Element "option" without attribute "label" must not be empty' \
186186
'Picked up' \
187187
--show-warnings \

0 commit comments

Comments
 (0)