Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add e notation tests #975

Merged
merged 1 commit into from
Apr 5, 2023
Merged

Conversation

pjfanning
Copy link
Member

  • extra coverage
  • highlights possible issue in Data Input parser (these tests fail with EOF issue when Data Input mode is used)

final String DOC = "1e5";

// TODO broken for MODE_DATA_INPUT
final int[] modes = new int[]{
Copy link
Member

Choose a reason for hiding this comment

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

Works if there's trailing space... I will fix.

@cowtowncoder cowtowncoder merged commit 2850895 into FasterXML:2.15 Apr 5, 2023
5 checks passed
@pjfanning pjfanning deleted the e-notation-int-tests branch April 5, 2023 07:57
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.

None yet

2 participants