Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

メタデータ周りの微調整および機能追加のお願い #39

Merged
merged 5 commits into from
Apr 12, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 11 additions & 5 deletions t/31_indesign_metadata.t
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,15 @@ sub md2inao {
__END__
=== basic spec
--- in md2inao
Title: Markdown to Inao
Subtitle: Convert markdown text to Inao format
Chapter: 3
Serial: 5
Title: Markdown to Inao
Subtitle: Convert markdown text to Inao format
Author: 伊藤 直也
Supervisor: 稲尾
Author(romaji): ITO Naoya
Supervisor: 稲尾 尚徳
Supervisor(romaji): INAO Naonori
Affiliation: 技術評論社
URL: http://naoya.github.com/
mail: i.naoya@gmail.com
Github: naoya
Expand All @@ -37,12 +40,15 @@ Twitter: @naoya_ito
Hello, World
--- expected
<SJIS-MAC>
<ParaStyle:章番号・連載回数>章番号:3章
<ParaStyle:章番号・連載回数>章番号:第3章
<ParaStyle:章番号・連載回数>連載回数:第5回
<ParaStyle:タイトル>タイトル:Markdown to Inao
<ParaStyle:キャッチ>キャッチ:Convert markdown text to Inao format
<ParaStyle:本文>著者:伊藤 直也
<ParaStyle:本文>監修:稲尾
<ParaStyle:本文>著者(ローマ字):ITO Naoya
<ParaStyle:本文>監修:稲尾 尚徳
<ParaStyle:本文>監修(ローマ字):INAO Naonori
<ParaStyle:本文>所属:技術評論社
<ParaStyle:本文>URL:http://naoya.github.com/
<ParaStyle:本文>mail:i.naoya@gmail.com
<ParaStyle:本文>Github:naoya
Expand Down