Skip to content

validate html

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

138 tests  +138   137 ✅ +137   5m 53s ⏱️ + 5m 53s
  8 suites +  8     0 💤 ±  0 
  8 files   +  8     1 ❌ +  1 

Results for commit c8e9310. ± Comparison against earlier commit 23ba939.

Annotations

Check warning on line 0 in com.jaredsburrows.license.internal.report.HtmlReportSpec

See this annotation in the file changed.

@github-actions 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 &copy; year name</dt>
           |                   <dd></dd>
           |                   <dt>Copyright &copy; year name</dt>
           |                   <dd></dd>
           |                 </dl>
           |               </li>
           |               <li><a href="#87638953">name (1.2.3)</a>
           |                 <dl>
           |                   <dt>Copyright &copy; year name</dt>
           |                   <dd></dd>
           |                   <dt>Copyright &copy; 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 &copy; 20xx name</dt>
           |                   <dd></dd>
           |                   <dt>Copyright &copy; 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 &copy; year name</dt>
                           <dt>Copyright &copy; year name</dt>
                         </dl>
                       </li>
                       <li>
                         <a href="#87638953">name (1.2.3)</a>
                         <dl>
                           <dt>Copyright &copy; year name</dt>
                           <dt>Copyright &copy; 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 &copy; 20xx name</dt>
                           <dt>Copyright &copy; 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)