From a199ce36dfa554cfe640050b90a2e8849a5c6ade Mon Sep 17 00:00:00 2001 From: 383514580 <383514580@qq.com> Date: Tue, 6 Aug 2019 21:45:59 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- __test__/RULES.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__test__/RULES.js b/__test__/RULES.js index 54ff659..47aef0b 100644 --- a/__test__/RULES.js +++ b/__test__/RULES.js @@ -4,7 +4,7 @@ module.exports = [{ example: ['sz000858', 'SZ002136', 'sz300675', 'SH600600', 'sh601155'] }, { - title: '大于0, 小于150, 支持小数位出现5, 如145.5, 用于判断考卷分数', + title: '大于等于0, 小于等于150, 支持小数位出现5, 如145.5, 用于判断考卷分数', rule: /^150$|^(?:\d|[1-9]\d|1[0-4]\d)(?:.5)?$/, example: [150, 100.5] },