mirror of
https://github.com/discourse/discourse.git
synced 2025-06-02 04:08:41 +08:00
better split logic for names starting with capitols eg: ABBob should split to AB Bob
This commit is contained in:
@ -199,5 +199,6 @@ test("breakUp", function(){
|
||||
equal(b("HeMans"), "He Mans");
|
||||
equal(b("he_man"), "he_ man");
|
||||
equal(b("he11111"), "he 11111");
|
||||
equal(b("HRCBob"), "HRC Bob");
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user