Searched refs:longSentence (Results 1 – 1 of 1) sorted by relevance
828 StringBuilder longSentence = new StringBuilder(1025); in test_next() local830 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()