From dfe289850f068f19ba4a83ab4e7e22a7e09c13c9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 26 Jan 2013 13:17:21 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- tdehtml/test/fixed-background.html | 47 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 tdehtml/test/fixed-background.html (limited to 'tdehtml/test/fixed-background.html') diff --git a/tdehtml/test/fixed-background.html b/tdehtml/test/fixed-background.html new file mode 100644 index 000000000..a1cdaec81 --- /dev/null +++ b/tdehtml/test/fixed-background.html @@ -0,0 +1,47 @@ + Listing Test 1 + + + +

Listing Test 1

+This is a regression test to see if the parser handles the <listing> +tag correctly.
+

Simple listing

+Now follows a short listing, after the listing the text +"End of listing" should be visible. ++//---------------------------------------------------------------------------- +// +// KDE HTML Widget -- Debug functions + +#include +#include +#include "tdehtml.h" + +#ifdef MARTINSDEBUG +void debugM( const char *msg, ...) +{ + va_list ap; + va_start( ap, msg ); // use variable arg list + vfprintf( stdout, msg, ap ); + va_end( ap ); +#else +void debugM(const char *, ... ) +{ +#endif +} + +End of listing. +

Listing with entities

+Now follows a short listing, the listing shoul read +"a = b&amp;"
++a = b& + + + + -- cgit v1.2.1