From kde-commits Wed May 12 16:44:11 2004 From: Christoph Cullmann Date: Wed, 12 May 2004 16:44:11 +0000 To: kde-commits Subject: kdelibs/kate/tests Message-Id: <20040512164411.1E2752737 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=108438026006683 CVS commit by cullmann: move text to comment M +5 -5 highlight.css 1.2 --- kdelibs/kate/tests/highlight.css #1.1:1.2 @@ -1,7 +1,5 @@ - -This is a pseudo CSS file to test Kate's CSS syntax highlighting. - -/* This is - a comment. */ +/** + * This is a pseudo CSS file to test Kate's CSS syntax highlighting. + */ body { @@ -23,3 +21,5 @@ } +/* TODO: add more tests, e.g. media +*/ \ No newline at end of file