mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
ML in SE: add more test cases for identifier splitting function
GitOrigin-RevId: d9e4e1693d17b97efb1db013db912fb6abbbd560
This commit is contained in:
committed by
intellij-monorepo-bot
parent
42648a340e
commit
3be201a9dc
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user