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.
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.