Thanks to visit codestin.com
Credit goes to github.com

Skip to content

java.util.Scanner #185

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

Merged
merged 5 commits into from
Dec 5, 2020
Merged

java.util.Scanner #185

merged 5 commits into from
Dec 5, 2020

Conversation

BobHanson
Copy link
Collaborator

java.util.Scanner fully tested, nearly complete implementation

java.util.Scanner implemented

passes test.ScanTests in JavaScript except:

  • no nextLong() for > 53-bit long (0x20000000000000)
  • no UTF-16 currency symbols (hi_IN)
  • no non-ascii (Tibetan) numerals
  • support for simpler Java POSIX clauses; missing more complex UNICODE
    POSIX

hansonr and others added 5 commits December 3, 2020 17:51
 - awaitTermination disabled
PR for #167 - add test/ScanTest.java and missing exception classes
passes test.ScanTests in JavaScript except:


- no nextLong() for > 53-bit long (0x20000000000000)
- no UTF-16 currency symbols (hi_IN)
- no non-ascii (Tibetan) numerals
- support for simpler Java POSIX clauses; missing more complex UNICODE
POSIX
@BobHanson BobHanson merged commit 89861c6 into java2script:master Dec 5, 2020
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.

1 participant