From 9fa82b15f53f0f20363f50b5b1adf1a762ed96d6 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Fri, 4 Jun 2010 18:50:26 +0000 Subject: Optimized attribute parsing; behavior of parse_wconv changed, it now assumes that parse_eol is set git-svn-id: http://pugixml.googlecode.com/svn/trunk@503 99668b35-9821-0410-8761-19e4c4f06640 --- tests/test_parse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_parse.cpp') diff --git a/tests/test_parse.cpp b/tests/test_parse.cpp index 400942f..c2f56e5 100644 --- a/tests/test_parse.cpp +++ b/tests/test_parse.cpp @@ -351,7 +351,7 @@ TEST(parse_attribute_no_eol_wconv) { xml_document doc; CHECK(doc.load(STR(""), parse_minimal | parse_wconv_attribute)); - CHECK_STRING(doc.child(STR("node")).attribute(STR("id")).value(), STR(" val1 val2 val3 val4 ")); + CHECK_STRING(doc.child(STR("node")).attribute(STR("id")).value(), STR(" val1 val2 val3 val4 ")); } TEST(parse_attribute_eol_wconv) -- cgit v1.2.3