Skip to content

Commit

Permalink
Merge pull request #34 from yagitoshiro/master
Browse files Browse the repository at this point in the history
人名漢字を追加
  • Loading branch information
camelmasa authored Oct 5, 2024
2 parents 6ad0eba + 9184b65 commit 33902e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions source/itaiji_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2415,3 +2415,5 @@
-
:
-
:
-
4 changes: 2 additions & 2 deletions spec/lib/itaiji/converter_spec.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
require 'spec_helper'

describe Itaiji::Converter do
let(:itaiji) { '齊藤正澔' }
let(:seijitai) { '斉藤正浩' }
let(:itaiji) { '齊藤祐澔' }
let(:seijitai) { '斉藤祐浩' }
let(:converter) { Itaiji::Converter.new }

describe '#seijitai' do
Expand Down

0 comments on commit 33902e9

Please sign in to comment.