mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
minor tweak for name splitter (split on number)
This commit is contained in:
@@ -131,5 +131,6 @@ test("breakUp", function(){
|
||||
equal(b("helloworld"), "hello world");
|
||||
equal(b("HeMans"), "He Mans");
|
||||
equal(b("he_man"), "he_ man");
|
||||
equal(b("he11111"), "he 11111");
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user