From 4c37b74996218ebf0d2e22876324285da62bd812 Mon Sep 17 00:00:00 2001 From: yinm Date: Sun, 15 Oct 2023 18:06:04 +0900 Subject: [PATCH 1/2] Correct string to SRT format --- test/parseTimestamps.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/parseTimestamps.test.ts b/test/parseTimestamps.test.ts index bbffd94..b739c90 100644 --- a/test/parseTimestamps.test.ts +++ b/test/parseTimestamps.test.ts @@ -44,7 +44,7 @@ test.each([ } ], [ - '0:0:0.0 --> 1:00:20.070', + '0:0:0,0 --> 1:00:20,070', { start: 0, end: 3620070 From 4c360eea10af0fbab5e2469ebb470b34728f5714 Mon Sep 17 00:00:00 2001 From: yinm Date: Sun, 15 Oct 2023 18:08:39 +0900 Subject: [PATCH 2/2] Correct string to VTT format --- test/parseTimestamps.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/parseTimestamps.test.ts b/test/parseTimestamps.test.ts index b739c90..51a9b91 100644 --- a/test/parseTimestamps.test.ts +++ b/test/parseTimestamps.test.ts @@ -63,7 +63,7 @@ test.each([ } ], [ - '00:00.000 --> 00:01,000', + '00:00.000 --> 00:01.000', { start: 0, end: 1000