From bae33687d64f509db8dee0cf99e107e451bb3149 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Fri, 10 Apr 2015 16:03:22 +0200 Subject: Automatically protect whitespace after annotation endings and in front of annotation starts. --- test/formats/osml/OsmlStreamParserTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/formats/osml/OsmlStreamParserTest.cpp') diff --git a/test/formats/osml/OsmlStreamParserTest.cpp b/test/formats/osml/OsmlStreamParserTest.cpp index d45a799..2dc9be3 100644 --- a/test/formats/osml/OsmlStreamParserTest.cpp +++ b/test/formats/osml/OsmlStreamParserTest.cpp @@ -1371,7 +1371,7 @@ TEST(OsmlStreamParser, annotationWithFields) OsmlStreamParser parser(charReader, logger); - assertData(parser, "a", 0, 1); + assertData(parser, "a ", 0, 2); assertAnnotationStart(parser, "b", Variant::mapType{}, 2, 5); assertFieldStart(parser, false, 5, 6); assertData(parser, "c", 6, 7); -- cgit v1.2.3