From 4c6e1e788abbf581b1a336e400c290776e167623 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bargull?= Date: Wed, 30 Apr 2025 14:16:15 +0200 Subject: [PATCH] Fix a bug comment --- test/staging/sm/Date/non-iso.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/staging/sm/Date/non-iso.js b/test/staging/sm/Date/non-iso.js index 55918021e4..5a33a746d3 100644 --- a/test/staging/sm/Date/non-iso.js +++ b/test/staging/sm/Date/non-iso.js @@ -17,7 +17,7 @@ esid: pending * the form YYYY-MM-DDTHH:MM:SS save for a few exceptions: months, days, hours * minutes, and seconds may be either one _or_ two digits long, and the 'T' * preceding the time part may be replaced with a space. So, a string like - * "1997-3-8 1:1:1" will parse successfully. See bug: 1203298 + * "1997-3-8 1:1:1" will parse successfully. See bug: 1205298 */ assert.sameValue(new Date("1997-03-08 1:1:1.01").getTime(),