validate html #910
This check has been archived and is scheduled for deletion.
Learn more about checks retention
GitHub Actions / Test Results
failed
Jan 27, 2024 in 0s
1 fail, 137 pass in 5m 53s
Annotations
Check warning on line 0 in com.jaredsburrows.license.internal.report.HtmlReportSpec
github-actions / Test Results
open source html (com.jaredsburrows.license.internal.report.HtmlReportSpec) failed
gradle-license-plugin/build/test-results/test/TEST-com.jaredsburrows.license.internal.report.HtmlReportSpec.xml [took 0s]
Raw output
Condition not satisfied:
assertHtml(expected, actual)
| | |
false | <!DOCTYPE html>
| <html lang="en">
| <head><meta http-equiv="content-type" content="text/html; charset=utf-8">
| <style>body { font-family: sans-serif } pre { background-color: #eeeeee; padding: 1em; white-space: pre-wrap; word-break: break-word; display: inline-block }</style>
| <title>Open source licenses</title>
| </head>
| <body>
| <h3>Notice for packages:</h3>
| <ul>
| <li><a href="#87638953">name (1.2.3)</a>
| <dl>
| <dt>Copyright © year name</dt>
| <dd></dd>
| <dt>Copyright © year name</dt>
| <dd></dd>
| </dl>
| </li>
| <li><a href="#87638953">name (1.2.3)</a>
| <dl>
| <dt>Copyright © year name</dt>
| <dd></dd>
| <dt>Copyright © year name</dt>
| <dd></dd>
| </dl>
| </li>
| <a name="87638953"></a>
| <pre>name
| <a href="url">url</a></pre>
| <br>
| <hr>
| <li><a href="#0">name (1.2.3)</a>
| <dl>
| <dt>Copyright © 20xx name</dt>
| <dd></dd>
| <dt>Copyright © 20xx name</dt>
| <dd></dd>
| </dl>
| </li>
| <a name="0"></a>
| <pre>No license found</pre>
| <hr>
| </ul>
| </body>
| </html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<style>body { font-family: sans-serif } pre { background-color: #eeeeee; padding: 1em; white-space: pre-wrap; word-break: break-word; display: inline-block }</style>
<title>Open source licenses</title>
</head>
<body>
<h3>Notice for packages:</h3>
<ul>
<li>
<a href="#87638953">name (1.2.3)</a>
<dl>
<dt>Copyright © year name</dt>
<dt>Copyright © year name</dt>
</dl>
</li>
<li>
<a href="#87638953">name (1.2.3)</a>
<dl>
<dt>Copyright © year name</dt>
<dt>Copyright © year name</dt>
</dl>
</li>
<a name="87638953"></a>
<pre>name
<a href="url">url</a></pre>
<br>
<hr>
<li>
<a href="#0">name (1.2.3)</a>
<dl>
<dt>Copyright © 20xx name</dt>
<dt>Copyright © 20xx name</dt>
</dl>
</li>
<a name="0"></a>
<pre>No license found</pre>
<hr>
</ul>
</body>
</html>
at com.jaredsburrows.license.internal.report.HtmlReportSpec.open source html(HtmlReportSpec.groovy:119)
Loading