Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
7c4dcacf
Commit
7c4dcacf
authored
Oct 11, 2021
by
Francesc Guasch
Browse files
refactor(test): allow ldap-groups element
parent
cfda15d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
t/17_templates.t
View file @
7c4dcacf
...
...
@@ -66,7 +66,7 @@ sub _check_html_lint($url, $content, $option = {}) {
for
my
$error
(
$lint
->
errors
()
)
{
next
if
$error
->
errtext
=~
/Entity .*is unknown/
;
next
if
$option
->
{
internal
}
&&
$error
->
errtext
=~
/(body|head|html|title).*required/
;
if
(
$error
->
errtext
=~
/Unknown element <(footer|header|nav)/
if
(
$error
->
errtext
=~
/Unknown element <(footer|header|nav
|ldap-groups
)/
||
$error
->
errtext
=~
/Entity && is unknown/
||
$error
->
errtext
=~
/should be written as/
||
$error
->
errtext
=~
/Unknown attribute.*%/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment