diff options
| author | tamaina <tamaina@hotmail.co.jp> | 2020-04-26 14:58:36 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-26 14:58:36 +0900 |
| commit | 0eded8f5a9b339bc58a913068b1fb54864f47f20 (patch) | |
| tree | 2a093258d6e7d6ac5a3877c211079bf1353ec02b /test | |
| parent | Update mfm.ts (diff) | |
| download | sharkey-0eded8f5a9b339bc58a913068b1fb54864f47f20.tar.gz sharkey-0eded8f5a9b339bc58a913068b1fb54864f47f20.tar.bz2 sharkey-0eded8f5a9b339bc58a913068b1fb54864f47f20.zip | |
Update mfm.ts
Fix typo
Diffstat (limited to 'test')
| -rw-r--r-- | test/mfm.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mfm.ts b/test/mfm.ts index 3dc7457f57..a49f376943 100644 --- a/test/mfm.ts +++ b/test/mfm.ts @@ -11,7 +11,7 @@ import * as assert from 'assert'; import { parse, parsePlain } from '../src/mfm/parse'; -import { toHtml } from '../src/mfm/totml'; +import { toHtml } from '../src/mfm/to-html'; import { createTree as tree, createLeaf as leaf, MfmTree } from '../src/mfm/prelude'; import { removeOrphanedBrackets } from '../src/mfm/language'; |