Closed ehoogerbeets closed 1 year ago
This should be retested on QT before we merge.
ah... there's one test fail case in both qt and browser too. (I missed this case before) It's a newly activated case regarding calendar conversion. https://github.com/iLib-js/iLib/blob/development/js/test/date/testdatefmt_es_CO.js#L275 It expects "2011-10-11". maybe due to my timezone...?
and the option is a typo. should be calendar
not lendar
https://github.com/iLib-js/iLib/blob/development/js/test/date/testdatefmt_es_CO.js#L263
after I fixed it, the expected result become different as '2011-09-29' (node) and '2011-09-28'(browser/qt)
All of the tests are passed on Qt v6.4.0 and v6.2.2 and chrome browser v102 (102.0.5005.115) and v109 (109.0.5414.119)
Checklist
ReleaseNotes
has added or is not needed.Nodejs
andChrome Browser
.QT/QML
.Issue Resolved / Feature Added
Resolution
Links