public inbox for mauve-discuss@sourceware.org
 help / color / mirror / Atom feed
* Class choosing script - Tag sensitivity
@ 2005-02-16 19:11 Bryce McKinlay
  0 siblings, 0 replies; only message in thread
From: Bryce McKinlay @ 2005-02-16 19:11 UTC (permalink / raw)
  To: mauve-discuss

The choose-classes script seems to be very sensitive to extra whitespace 
characters around the tags. For example, the test below was not being 
run due to an extra space. Perhaps some sed/egrep can fix this? In the 
mean time, this patch fixes the one I found.

Bryce


2005-02-16  Bryce McKinlay  <mckinlay@redhat.com>

    * gnu/testlet/java/lang/Class/serialization.java: Remove stray space
    from 'Tags'.

--- gnu/testlet/java/lang/Class/serialization.java      17 Jan 2005 
17:03:24 -0000      1.2
+++ gnu/testlet/java/lang/Class/serialization.java      16 Feb 2005 
19:06:59 -0000
@@ -1,4 +1,4 @@
-// Tags: JDK1.2
+// Tags: JDK1.2
 
 // Copyright (C) 2005 David Gilbert <david.gilbert@object-refinery.com>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-02-16 19:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-16 19:11 Class choosing script - Tag sensitivity Bryce McKinlay

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).