Fix tiny issues
parent
d57e5d5c45
commit
9f2e5ab9b6
|
|
@ -272,7 +272,6 @@ TEST(VectorValues, html) {
|
||||||
"</table>\n"
|
"</table>\n"
|
||||||
"</div>";
|
"</div>";
|
||||||
string actual = vv.html();
|
string actual = vv.html();
|
||||||
cout << actual << endl;
|
|
||||||
EXPECT(actual == expected);
|
EXPECT(actual == expected);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue