From 3e0c990424912a855ee1b1aec6866e07c5b5db93 Mon Sep 17 00:00:00 2001 From: fromwheretowhere Date: Fri, 19 Oct 2018 00:43:35 -0700 Subject: [PATCH] =?UTF-8?q?#2=20=E5=85=A8=E5=A4=A7=E5=86=99=E8=AF=8D?= =?UTF-8?q?=E6=B5=8B=E8=AF=95;=20=E8=BF=98=E9=9C=80=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E9=83=A8=E5=88=86=E5=A4=A7=E5=86=99,=20=E5=A6=82HTMLElement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...345\244\204\347\220\206\346\265\213\350\257\225.js" | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git "a/test/\351\207\212\344\271\211\345\244\204\347\220\206\346\265\213\350\257\225.js" "b/test/\351\207\212\344\271\211\345\244\204\347\220\206\346\265\213\350\257\225.js" index 3680609..1d943bd 100644 --- "a/test/\351\207\212\344\271\211\345\244\204\347\220\206\346\265\213\350\257\225.js" +++ "b/test/\351\207\212\344\271\211\345\244\204\347\220\206\346\265\213\350\257\225.js" @@ -68,4 +68,12 @@ QUnit.test("拆分骆驼命名_多个单词", function (assert) { 拆分骆驼命名("appleOrange"), ["apple", "Orange"], ""); -}); \ No newline at end of file +}); + +// TODO: 修复 +/*QUnit.test("拆分骆驼命名_全大写单词", function (assert) { + assert.deepEqual( + 拆分骆驼命名("READING"), + ["READING"], + ""); +});*/