Skip to content

Commit cdeec0c

Browse files
gibson04212wrigja
authored andcommitted
Test: Align valid strings with grammar
1 parent af87527 commit cdeec0c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/validStrings.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,7 @@ const calendarDateTime = seq(dateTime, [calendar]);
305305
const calendarDateTimeTimeRequired = seq(date, timeSpecSeparator, [timeZone], [calendar]);
306306
const calendarTime = choice(
307307
seq(timeDesignator, timeSpec, [timeZone], [calendar]),
308-
seq(timeSpec, [timeZone], calendar),
309-
seq(timeSpecWithOptionalTimeZoneNotAmbiguous)
308+
seq(timeSpecWithOptionalTimeZoneNotAmbiguous, [calendar])
310309
);
311310

312311
const durationFractionalPart = withCode(between(1, 9, digit()), (data, result) => {

0 commit comments

Comments
 (0)