public inbox for mauve-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Bryce McKinlay <mckinlay@redhat.com>
To: mauve-discuss@sources.redhat.com
Subject: Class choosing script - Tag sensitivity
Date: Wed, 16 Feb 2005 19:11:00 -0000	[thread overview]
Message-ID: <42139AC0.5070209@redhat.com> (raw)

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>

                 reply	other threads:[~2005-02-16 19:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=42139AC0.5070209@redhat.com \
    --to=mckinlay@redhat.com \
    --cc=mauve-discuss@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).