#summary Tests how wiki works on code.google.com = Introduction = Add your content here. Sometimes, you need `INLINE_CODE()`, to mention function names and such. {{{ ASSERT_EQ(x.size(), y.size()) << "Vectors x and y are of unequal length"; for (int i = 0; i < x.size(); ++i) { EXPECT_EQ(x[i], y[i]) << "Vectors x and y differ at index " << i; } }}} = Details = Add your content here. Format your content with: * Text in *bold* or _italic_ * Headings, paragraphs, and lists * Automatic links to other wiki pages