Skip to content

Fix and clarify the milliseconds parsing test#108

Merged
ewoutkramer merged 1 commit into
mainfrom
fix-millis-parsing-test
May 17, 2026
Merged

Fix and clarify the milliseconds parsing test#108
ewoutkramer merged 1 commit into
mainfrom
fix-millis-parsing-test

Conversation

@antvaset
Copy link
Copy Markdown
Contributor

@antvaset antvaset commented May 7, 2026

Closes #99.

In time literals, ".XXXXX" represents fractional seconds and more than three digits should be allowed.

Copy link
Copy Markdown
Contributor

@ewoutkramer ewoutkramer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Although "xx.10000" would be a correct output too, the test's "xx.100" is also correct, per the equality semantics (which is used to compare the output of the test).

@ewoutkramer ewoutkramer merged commit 604e4f2 into main May 17, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incorrect interpretation of "fractional second" vs "millisecond"

3 participants