diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-09-04 17:16:29 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-09-04 17:16:29 -0400 |
commit | 53edb2a4fb04ca3dc6004b18af905424bcd8f87f (patch) | |
tree | 93becc0c240999d64b18e9d8498bf584830b67c3 /tests/testfontchooser.c | |
parent | 8b3ff3919d6d326c068cc5db9e59703f3a752335 (diff) | |
download | gtk+-53edb2a4fb04ca3dc6004b18af905424bcd8f87f.tar.gz |
Test non-xml-clean preview text
This shows that we fail to escape markup somewhere.
Diffstat (limited to 'tests/testfontchooser.c')
-rw-r--r-- | tests/testfontchooser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testfontchooser.c b/tests/testfontchooser.c index 49f5b5c72f..580c614ebc 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 (); |