diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-04-10 16:03:22 +0200 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2016-04-25 22:24:13 +0200 |
commit | bae33687d64f509db8dee0cf99e107e451bb3149 (patch) | |
tree | 889e3479d8bf0cc13bf1bbe71af4d82d4b1fa8ef /test | |
parent | 5e2dee7ac9a6ecb8f1d9e5d829d82109168b5b42 (diff) |
Automatically protect whitespace after annotation endings and in front of annotation starts.
Diffstat (limited to 'test')
-rw-r--r-- | test/formats/osml/OsmlStreamParserTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |