diff --git a/src/tests/t.t.cpp b/src/tests/t.t.cpp index e36012988..b0a30c6ae 100644 --- a/src/tests/t.t.cpp +++ b/src/tests/t.t.cpp @@ -86,7 +86,7 @@ int main (int argc, char** argv) t.setDescription ("sample"); std::string format = t.compose (); test.is (format.substr (36, 20), " - [foo] [bar:baz] [", "compose tag, attribute"); - test.is (format.substr (66, 16), ":'woof'] sample\n", "compose annotation"); + test.is (format.substr (66, 16), ":\"woof\"] sample\n", "compose annotation"); test.is (t.getAnnotationCount (), 1, "annotation count"); return 0;