Skip to content
Snippets Groups Projects
Verified Commit 2abc01fb authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: transformer tests

parent 8d576ec3
Branches
Tags
No related merge requests found
......@@ -36,7 +36,7 @@ describe('Transformer', function () {
['datetimeformat:long:short', "2023-02-04 08:02:01", "February 4, 2023 at 08:02", "4 February 2023 at 08:02"],
['datetimeformat:short:short', "2023-02-04 08:02:01", "2/4/23, 08:02", "04/02/2023, 08:02"],
['currency', "EUR0", "€0.00", "€0.00"],
['currency:1:2', "EUR14.25", "€14.2", "€14.2"],
['currency:1:2', "EUR14.25", "€14.3", "€14.2"],
['currency', "EUR14.25", "€14.25", "€14.25"],
['datetime', "2023-02-14 14:12:10", "2/14/2023, 14:12:10","14/02/2023, 14:12:10"],
['datetime', "2023-02-14 08:02:01", "2/14/2023, 08:02:01","14/02/2023, 08:02:01"],
......
......@@ -16,7 +16,7 @@
<body>
<div id="headline" style="display: flex;align-items: center;justify-content: center;flex-direction: column;">
<h1 style='margin-bottom: 0.1em;'>Monster 3.65.0</h1>
<div id="lastupdate" style='font-size:0.7em'>last update Do 16. Mai 12:17:05 CEST 2024</div>
<div id="lastupdate" style='font-size:0.7em'>last update Do 16. Mai 15:06:56 CEST 2024</div>
</div>
<div id="mocha-errors"
style="color: red;font-weight: bold;display: flex;align-items: center;justify-content: center;flex-direction: column;margin:20px;"></div>
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment