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

Fix for 0 length new String #404

Merged
merged 4 commits into from
May 19, 2020
Merged

Fix for 0 length new String #404

merged 4 commits into from
May 19, 2020

Commits on May 18, 2020

  1. Fix for 0 length field when constructing a new String.

    Tyler Morten committed May 18, 2020
    Configuration menu
    Copy the full SHA
    e071d8d View commit details
    Browse the repository at this point in the history
  2. Fixes for 0 length field when constructing a new String.

    Tyler Morten committed May 18, 2020
    Configuration menu
    Copy the full SHA
    d285de2 View commit details
    Browse the repository at this point in the history
  3. String.length uses character count not byte count. Also, correspondin…

    …g test
    Tyler Morten committed May 18, 2020
    Configuration menu
    Copy the full SHA
    405d2d0 View commit details
    Browse the repository at this point in the history
  4. Made tests more succinct per suggestion.

    Tyler Morten committed May 18, 2020
    Configuration menu
    Copy the full SHA
    a19d9cf View commit details
    Browse the repository at this point in the history