summaryrefslogtreecommitdiff
path: root/tests/test5-main.c
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@src.gnome.org>2003-03-09 11:50:36 +0000
committerDodji Seketeli <dodji@src.gnome.org>2003-03-09 11:50:36 +0000
commit71866eb9ae854698ed6fb6f951bdab8ab76406bb (patch)
tree4b71079b2b93c76625f5cbb60627ef4221db0f30 /tests/test5-main.c
parent13a57f93f351d1b12f68c30feecc68ce0aa130fa (diff)
downloadlibcroco-71866eb9ae854698ed6fb6f951bdab8ab76406bb.tar.gz
added non regression test for the id and class selection evaluation.
Diffstat (limited to 'tests/test5-main.c')
-rw-r--r--tests/test5-main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/test5-main.c b/tests/test5-main.c
index d35a87f..75151cc 100644
--- a/tests/test5-main.c
+++ b/tests/test5-main.c
@@ -47,6 +47,8 @@ const guchar *xml_content=
"<E2 attr2=\"val2\">text2</E2>"
"<E3 attr3=\"val3_1 val3_2 val3_3\">text3</E3>"
"<E4 attr4=\"val4_1-val4_2-val4_3\">text4</E4>"
+"<E5 class=\"class5\">text5</E5>"
+"<E6 id=\"id6\">text6</E6>"
"</document>";
static void
@@ -133,7 +135,7 @@ walk_xml_tree_and_lookup_rules (CRSelEng *a_sel_eng,
stdout, 2) ;
}
}
- g_print ("xml end element: %s\n",
+ g_print ("\n\nxml end element: %s\n",
cur_node->name);
g_print ("'''''''''''''''''''''''''\n") ;