Skip to content

Commit

Permalink
#2 全大写词测试; 还需测试部分大写, 如HTMLElement
Browse files Browse the repository at this point in the history
  • Loading branch information
testacount1 committed Oct 19, 2018
1 parent 263f28d commit 3e0c990
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion test/释义处理测试.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,12 @@ QUnit.test("拆分骆驼命名_多个单词", function (assert) {
拆分骆驼命名("appleOrange"),
["apple", "Orange"],
"");
});
});

// TODO: 修复
/*QUnit.test("拆分骆驼命名_全大写单词", function (assert) {
assert.deepEqual(
拆分骆驼命名("READING"),
["READING"],
"");
});*/

0 comments on commit 3e0c990

Please sign in to comment.