mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:47:35 +00:00
LibJS: Implement parsing of TemporalDurationString
This commit is contained in:
parent
60c132d7d3
commit
f7ba81ac52
8 changed files with 638 additions and 11 deletions
|
@ -22,8 +22,7 @@ describe("correct behavior", () => {
|
|||
checkCommonResults(duration1, duration2);
|
||||
});
|
||||
|
||||
// FIXME: Un-skip once ParseTemporalDurationString is implemented
|
||||
test.skip("duration strings", () => {
|
||||
test("duration strings", () => {
|
||||
const duration1 = "P1D";
|
||||
const duration2 = "P2D";
|
||||
checkCommonResults(duration1, duration2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue