Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvNC committed Jan 4, 2024
1 parent e459e86 commit 1deba23
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions src/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ const testCases = [
term: 'クルガン',
expectedReading: '',
},
{
line: `<http://ja.dbpedia.org/resource/アクロカントサウルス> <http://www.w3.org/2000/01/rdf-schema#comment> "アクロカントサウルス(Acrocanthosaurus =高い隆起を持つトカゲ、の意)は白亜紀前期(約1億1,600万~1億1,000万年前、アプチアンからアルビアン前期まで)に北米大陸に生息した肉食恐竜の一種。ティラノサウルス、カルカロドントサウルス、ギガノトサウルス等に並ぶ巨大な肉食恐竜であり、当時における北米大陸最大級の獣脚類であった。全長11m〜12m、体重5t~6t。長い背びれが特徴である。アロサウルス類(アロサウルス上科)の一員であることは間違いないが、そのうちの カルカロドントサウルス科とアロサウルス科のどちらに属するのかという論争が続いている(近年はカルカロドントサウルス科への研究の進展からこちらに属するという説が有力になってきている)。"@ja .`,
term: 'アクロカントサウルス',
expectedReading: '',
},
],
},
{
Expand Down

0 comments on commit 1deba23

Please sign in to comment.