You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My tests fail with the booklending.json file, because an ISO 8601 duration is I believe in an invalid format: PT2W instead of P2W. Am I correct to assume it is a typo?
What you expected to happen:
When ISO 8601 values specify a period of time, they should be prefixed with 'P' instead of 'PT'
How to reproduce it:
Read the 'timeDelay' property with an ISO 8601 duration parser.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
What happened:
@tsurdilo Following our discussion on the spec repo, it configured my unit tests to run the examples.
My tests fail with the booklending.json file, because an ISO 8601 duration is I believe in an invalid format: PT2W instead of P2W. Am I correct to assume it is a typo?
What you expected to happen:
When ISO 8601 values specify a period of time, they should be prefixed with 'P' instead of 'PT'
How to reproduce it:
Read the 'timeDelay' property with an ISO 8601 duration parser.
The text was updated successfully, but these errors were encountered: