Skip to content

Commit

Permalink
增加单元测试说明
Browse files Browse the repository at this point in the history
  • Loading branch information
pyloque committed Oct 23, 2018
1 parent ef4ab03 commit 77b682a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@

## 安装方法
```
# 安装到当前项目
npm install --save fastscan
# 运行单元测试
npm test
```

## 使用方法
Expand Down Expand Up @@ -35,4 +38,4 @@ options = {quick: false, longest: false}
```
1. quick 选项表示快速模式,匹配到一个就立即返回
2. longest 表示最长模式,同一个位置出现多个词汇(中国、中国人),选择最长的一个(中国人)
3. 默认匹配出所有的词汇,同一个位置可能会出现多个词汇
3. 默认匹配出所有的词汇,同一个位置可能会出现多个词汇

0 comments on commit 77b682a

Please sign in to comment.