Skip to content

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