Searched refs:wordsToType (Results 1 – 1 of 1) sorted by relevance
186 final String[] wordsToType = partToType.split("(?<=\\w)(?!\\w)|(?<!\\w)(?=\\w)"); in testAutoSpaceWithDoubleQuotes() local187 for (final String wordToType : wordsToType) { in testAutoSpaceWithDoubleQuotes()