diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2016-12-31 02:38:40 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2016-12-31 02:38:40 +0900 |
| commit | ed24e607ac47d8b541f6bb6fd4ed3c2befb59f8e (patch) | |
| tree | 3bad9a0a85ce5f56c8fe9cc4d412eeb9ffba5620 | |
| parent | Update type definition (diff) | |
| download | sharkey-ed24e607ac47d8b541f6bb6fd4ed3c2befb59f8e.tar.gz sharkey-ed24e607ac47d8b541f6bb6fd4ed3c2befb59f8e.tar.bz2 sharkey-ed24e607ac47d8b541f6bb6fd4ed3c2befb59f8e.zip | |
Update test
| -rw-r--r-- | test/text.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/text.js b/test/text.js index 842b900416..43ac76c33e 100644 --- a/test/text.js +++ b/test/text.js @@ -4,7 +4,7 @@ const analyze = require('../src/common/text'); //const complie = require('../src/web/app/common/scripts/text-compiler'); describe('Text', () => { - it('正しく解析される', () => { + it('is correctly analyzed', () => { const tokens = analyze('@himawari お腹ペコい #yryr'); assert.deepEqual([ { type: 'mention', content: '@himawari', username: 'himawari' }, |