modelica / ModelicaStandardLibrary

Free (standard conforming) library to model mechanical (1D/3D), electrical (analog, digital, machines), magnetic, thermal, fluid, control systems and hierarchical state machines. Also numerical functions and functions for strings, files and streams are included.
https://doc.modelica.org
BSD 3-Clause "New" or "Revised" License
472 stars 168 forks source link

Incorrect HTML of Testrun report breaks automation #4375

Closed beutlich closed 6 months ago

beutlich commented 6 months ago

I noticed that https://www.ltx.de/download/MA/Compare_MSL_v4.1.0/Testruns/Dymola/Modelica/testrun_report.html (and others) misses an opening tag for <html> before <head> which results in a failing shields.io XPath query. See #4212 for the context.

grafik

FYI @MatthiasBSchaefer

MatthiasBSchaefer commented 6 months ago

Thanks for the hint ! It is corrected now.

beutlich commented 6 months ago

Appears to be fixed by https://gitlab.com/LeoGall/ltx-resim/-/commit/2b572b45. Thx.