Changes between Initial Version and Version 1 of Ticket #22486


Ignore:
Timestamp:
2022-11-03T20:41:22+01:00 (3 years ago)
Author:
Famlam
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22486 – Description

    initial v1  
    88*[charge][charge!=0][charge!~/^[0-9]+(\.[0-9]+)? [A-Z]{3}($|\/|;)/] {
    99  throwWarning: tr("{0} should be structured as <(decimal) number><space><(uppercase) three letter currency code>[/optional unit][/optional time unit]", "{0.key}");
    10   group: tr("Invalid numerical value");
    1110  assertMatch: "node charge=€12";
    1211  assertMatch: "node charge=\"0.22 $/liter\"";