fontoxpath icon indicating copy to clipboard operation
fontoxpath copied to clipboard

Fix error message for some failed operations

Open DrRataplan opened this issue 4 years ago • 0 comments
trafficstars

I just reran the QT3 tests with npm run qt3tests -- --regenerate. My output contained a lot of changes like this:

-extvardef-007,Error: Not implemented: adding durations to xs:date
+extvardef-007,Error: Not implemented: adding durations to 7

This is caused by the #342 PR. There should be a stringification happening where that error is generated. Plus a manual unit test.

DrRataplan avatar May 12 '21 12:05 DrRataplan