<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ktat</author_name>
  <author_url>https://blog.hatena.ne.jp/ktat/</author_url>
  <blog_title>Practice of Programming</blog_title>
  <blog_url>https://ktat.hatenadiary.jp/</blog_url>
  <categories>
    <anon>Perl</anon>
  </categories>
  <description>Test::Baseを使ってみてます。とても簡単。 use Test::Base; run_is; __END__ === --- i A --- e A意味はないけど。ミニマムだとこんなんでいい。 入力: A+改行 出力: A+改行 が、同じなので、テストはOK。run_is は「同じ」のテストです。 普通は、run_is i =&gt; 'e'; などと書きますが、別にそう書かなくても、Test::Baseは推測してくれます。 で、数字のテストをしてみました... use Test::Base; sub hoge{ $_[0] / 10;} filters { i =&gt; [ 'chomp', '…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fktat.hatenadiary.jp%2Fentry%2F20061109%2F1163033714&quot; title=&quot;Test::Baseと数字のテスト - Practice of Programming&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2006-11-09 09:55:14</published>
  <title>Test::Baseと数字のテスト</title>
  <type>rich</type>
  <url>https://ktat.hatenadiary.jp/entry/20061109/1163033714</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
