bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 10/11] quote consistently and make tests pass with new quotin


From: Paul Eggert
Subject: Re: [PATCH 10/11] quote consistently and make tests pass with new quoting from gnulib
Date: Wed, 08 Feb 2012 08:32:52 -0800
User-agent: Mozilla/5.0 (X11; Linux i686; rv:9.0) Gecko/20111229 Thunderbird/9.0

On 02/08/2012 02:54 AM, Akim Demaille wrote:
> -        error (0, 0, _("missing operand after '%s'"), argv[argc - 1]);
> +        error (0, 0, _("%s: missing operand"), quotearg_colon (argv[argc - 
> 1]));
>        else
> -        error (0, 0, _("extra operand '%s'"), argv[optind + 1]);
> +        error (0, 0, _("extra operand %s"), quote (argv[optind + 1]));

This doesn't seem consistent: shouldn't both use quotearg_colon,
or neither?

Otherwise I didn't see a problem, in a quick perusal.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]