<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>osyo-manga</author_name>
  <author_url>https://blog.hatena.ne.jp/osyo-manga/</author_url>
  <blog_title>C++でゲームプログラミング</blog_title>
  <blog_url>https://osyo-manga.hatenadiary.org/</blog_url>
  <categories>
    <anon>vim</anon>
  </categories>
  <description>今年中に書いておきたかったネタその1。 前々から真面目に書こうと思っていたんですが、最近やっととりかかりました。 この手のテストモジュールは殆ど触ったことがないのでどういう風な構造やエラーメッセージを出力すればいいのかよくわかってないので結構手探りで書いている。 ひとまず難しいことはあまり考えずに『書きやすさ重視』で考えている。 現状はこんな感じ。 [ソース] function! s:plus(a, b) return type(a:a) == type(&quot;&quot;) &amp;&amp; type(a:b) == type(&quot;&quot;) \ ? a:a . a:b \ : a:a + a:b endfunction &quot;…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fosyo-manga.hatenadiary.org%2Fentry%2F20121230%2F1356873600&quot; title=&quot;Vim script のユニットテスト用のコード書いている - C++でゲームプログラミング&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>https://cdn-ak.f.st-hatena.com/images/fotolife/o/osyo-manga/20121230/20121230221807.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2012-12-30 22:20:00</published>
  <title>Vim script のユニットテスト用のコード書いている</title>
  <type>rich</type>
  <url>https://osyo-manga.hatenadiary.org/entry/20121230/1356873600</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
