ML in SE: add more test cases for identifier splitting function

GitOrigin-RevId: d9e4e1693d17b97efb1db013db912fb6abbbd560
This commit is contained in:
Evgeny Abramov
2024-05-16 01:20:15 +04:00
committed by intellij-monorepo-bot
parent 42648a340e
commit 3be201a9dc

View File

@@ -24,6 +24,8 @@ class IndexingUtilsTest {
" with whitespace in front" to "with whitespace in front",
"with whitespace in back " to "with whitespace in back",
"multiple spaces" to "multiple spaces",
"path/with/multiple/foldersUnderEachOther" to "path with multiple folders Under Each Other",
"register..." to "register",
)
for ((input, expected) in cases) {