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

不要なファイルを削除する #125

Merged
merged 2 commits into from
Feb 27, 2020
Merged

不要なファイルを削除する #125

merged 2 commits into from
Feb 27, 2020

Conversation

inao
Copy link
Collaborator

@inao inao commented Feb 26, 2020

旧記法関係のテストなど、長年使っていないファイルを削除しました。

なお、旧記法への変換の実装は残しています。
(テストがグリーンのまま実装を削除する方法がわかりませんでした……)

変更前のテスト結果

% carton exec prove -l
t/00_compile.t ................. ok   
t/01_api.t ..................... ok   
t/02_sample_file.t ............. ok   
t/04_img.t ..................... ok   
t/05_basic_synatx.t ............ ok     
t/06_filter.t .................. ok   
t/07_footnote.t ................ ok   
t/11_html_tag.t ................ ok     
t/12_definition_list.t ......... ok   
t/13_nested_list.t ............. ok   
t/14_metadata.t ................ Use of uninitialized value in string eq at /Users/inao/Dropbox/md2id/md2inao/lib/Text/Md2Inao/Builder.pm line 49, <DATA> line 1.
Use of uninitialized value in string eq at /Users/inao/Dropbox/md2id/md2inao/lib/Text/Md2Inao/Builder.pm line 96, <DATA> line 1.
t/14_metadata.t ................ ok   
t/15_mixed_html_tag.t .......... ok   
t/20_html_builder.t ............ ok   
t/21_indesign_builder.t ........ ok   
t/30_indesign_basic_syntax.t ... ok     
t/31_indesign_metadata.t ....... Use of uninitialized value in string eq at /Users/inao/Dropbox/md2id/md2inao/lib/Text/Md2Inao/Builder.pm line 49, <DATA> line 1.
Use of uninitialized value in string eq at /Users/inao/Dropbox/md2id/md2inao/lib/Text/Md2Inao/Builder.pm line 96, <DATA> line 1.
t/31_indesign_metadata.t ....... ok   
t/32_indesign_free_replacer.t .. ok     
t/33_indesign_escape_html.t .... ok   
t/34_blank_style.t ............. ok   
t/35_keyboard_font.t ........... ok     
t/40_use_math.t ................ ok   
t/99_rt_blockquote_id.t ........ ok   
t/99_rt_bold.t ................. ok   
t/99_rt_indent.t ............... ok     
t/99_rt_list.t ................. ok     
t/99_rt_list_id.t .............. ok   
t/99_rt_list_in_column.t ....... ok   
t/99_rt_nested_parentheses.t ... ok     
t/99_rt_paragraph.t ............ ok   
t/99_rt_quotes.t ............... ok   
t/99_rt_ruby_in_footnote.t ..... ok   
t/99_rt_table_indent.t ......... ok   
t/issue_14_xxx_cmd.t ........... ok
All tests successful.
Files=33, Tests=208, 10 wallclock secs ( 0.18 usr  0.10 sys +  6.36 cusr  1.07 csys =  7.71 CPU)
Result: PASS

変更後のテスト結果

% carton exec prove -l
t/00_compile.t ................. ok   
t/04_img.t ..................... ok   
t/06_filter.t .................. ok   
t/14_metadata.t ................ Use of uninitialized value in string eq at /Users/inao/Dropbox/md2id/md2inao/lib/Text/Md2Inao/Builder.pm line 49, <DATA> line 1.
Use of uninitialized value in string eq at /Users/inao/Dropbox/md2id/md2inao/lib/Text/Md2Inao/Builder.pm line 96, <DATA> line 1.
t/14_metadata.t ................ ok   
t/15_mixed_html_tag.t .......... ok   
t/20_html_builder.t ............ ok   
t/21_indesign_builder.t ........ ok   
t/30_indesign_basic_syntax.t ... ok     
t/31_indesign_metadata.t ....... Use of uninitialized value in string eq at /Users/inao/Dropbox/md2id/md2inao/lib/Text/Md2Inao/Builder.pm line 49, <DATA> line 1.
t/31_indesign_metadata.t ....... 1/1 Use of uninitialized value in string eq at /Users/inao/Dropbox/md2id/md2inao/lib/Text/Md2Inao/Builder.pm line 96, <DATA> line 1.
t/31_indesign_metadata.t ....... ok   
t/32_indesign_free_replacer.t .. ok     
t/33_indesign_escape_html.t .... ok   
t/34_blank_style.t ............. ok   
t/35_keyboard_font.t ........... ok     
t/40_use_math.t ................ ok   
t/99_rt_blockquote_id.t ........ ok   
t/99_rt_list_id.t .............. ok   
t/99_rt_list_in_column.t ....... ok   
t/99_rt_paragraph.t ............ ok   
t/99_rt_ruby_in_footnote.t ..... ok   
t/99_rt_table_indent.t ......... ok   
All tests successful.
Files=20, Tests=116,  6 wallclock secs ( 0.10 usr  0.05 sys +  4.00 cusr  0.67 csys =  4.82 CPU)
Result: PASS

@inao
Copy link
Collaborator Author

inao commented Feb 26, 2020

こちら、問題なさそうであれば数日後にマージさせていただきます。

@coveralls
Copy link

Coverage Status

Coverage decreased (-5.5%) to 90.578% when pulling 953c2f9 on remove-inao into 1ca677e on master.

@inao inao merged commit 10a28d4 into master Feb 27, 2020
@inao inao deleted the remove-inao branch January 11, 2022 04:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants