From 53edb2a4fb04ca3dc6004b18af905424bcd8f87f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 4 Sep 2011 17:16:29 -0400 Subject: [PATCH] Test non-xml-clean preview text This shows that we fail to escape markup somewhere. --- tests/testfontchooser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testfontchooser.c b/tests/testfontchooser.c index 49f5b5c72..580c614eb 100644 --- a/tests/testfontchooser.c +++ b/tests/testfontchooser.c @@ -58,7 +58,7 @@ main (int argc, char *argv[]) G_CALLBACK (notify_preview_text_cb), NULL); gtk_font_chooser_set_font_name (GTK_FONT_CHOOSER (fontchooser), "Bitstream Vera Sans 45"); - gtk_font_chooser_set_preview_text (GTK_FONT_CHOOSER (fontchooser), "[user@host ~]$ "); + gtk_font_chooser_set_preview_text (GTK_FONT_CHOOSER (fontchooser), "[user@host ~]$ &>>"); gtk_font_chooser_set_show_preview_entry (GTK_FONT_CHOOSER (fontchooser), FALSE); gtk_main (); -- 2.43.2