Skip to content

Commit

Permalink
InDesignタグ付きテキストへの変換の受け入れテストを追加した
Browse files Browse the repository at this point in the history
  • Loading branch information
inao committed Jun 29, 2016
1 parent d8cd096 commit 00e0b19
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions t/30_indesign_basic_syntax.t
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,22 @@ _a-zA-Z0-9!"#$%&'()-=^@`[]{};+:*<>,./?_
--- expected
<ParaStyle:本文>これは<cstyle:上付き><fnStart:><pstyle:注釈>ここは注釈です<fnEnd:><cstyle:>です
=== PHP Markdown Extra style footnote
--- in md2inao
通常の本文[^1]通常の本文
[^1]: 注釈ですよ。_イタリック_
--- expected
<ParaStyle:本文>通常の本文<cstyle:上付き><fnStart:><pstyle:注釈>注釈ですよ。<CharStyle:イタリック(変形斜体)>イタリック<CharStyle:><fnEnd:><cstyle:>通常の本文
===
--- in md2inao
通常の本文[^1]通常の本文
[^1]: 注釈ですよ。
--- expected
<ParaStyle:本文>通常の本文<cstyle:上付き><fnStart:><pstyle:注釈>注釈ですよ。<fnEnd:><cstyle:>通常の本文
=== red
--- in md2inao
これは<span class="red">赤文字</span>です
Expand Down

0 comments on commit 00e0b19

Please sign in to comment.