Home
last modified time | relevance | path

Searched refs:longSentence (Results 1 – 1 of 1) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DScannerTest.java828 StringBuilder longSentence = new StringBuilder(1025); in test_next() local
830 longSentence.append(" "); in test_next()
833 longSentence.append("a"); in test_next()
835 s = new Scanner(longSentence.toString()); in test_next()
836 assertEquals(longSentence.toString().trim(), s.next()); in test_next()