diff options
author | Dodji Seketeli <dodji@src.gnome.org> | 2003-05-25 20:28:16 +0000 |
---|---|---|
committer | Dodji Seketeli <dodji@src.gnome.org> | 2003-05-25 20:28:16 +0000 |
commit | a02ce77e60ee4ee3ad927709660f07e16c21fc1d (patch) | |
tree | 93c69bf89e00cd8e6a4fa11558cab2f71da81d8d /tests/test7-main.c | |
parent | dea5f2b7f1afaf541d3a66a8dbb6c1d08d3dc5f7 (diff) | |
download | libcroco-a02ce77e60ee4ee3ad927709660f07e16c21fc1d.tar.gz |
beginning of a font selection support.
Dodji.
Diffstat (limited to 'tests/test7-main.c')
-rw-r--r-- | tests/test7-main.c | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/tests/test7-main.c b/tests/test7-main.c index daafbd2..1eb6ed2 100644 --- a/tests/test7-main.c +++ b/tests/test7-main.c @@ -47,9 +47,12 @@ const guchar *gv_xmlbuf = const guchar *gv_xmlbuf = "<ARTICLE>" -" <HEADLINE>Fredrick the Great meets Bach</HEADLINE>" -" <PARA>Wow, and this css2 tests seems to work ;)</PARA>" -" <AUTHOR>Johann Nikolaus Forkel</AUTHOR>" +" <HEADLINE>This is a first headline</HEADLINE>" +" <PARA>A paragraph</PARA>" +" <AUTHOR>Author: Dodji</AUTHOR>" +" <HEADLINE>This is another headline</HEADLINE>" +" <PARA>A second paragraph</PARA>" +" <AUTHOR>Author: Dodji.</AUTHOR>" "</ARTICLE>" ; const guchar *gv_cssbuf = |