Re: #528, Redundant rule? quoted-str-nf

On 2013-12-16 12:05, Simon Yarde wrote:
> Might be neater to use the new 'word' rule?
>
>
> -- > chunk-ext      = *( ";" chunk-ext-name [ "=" chunk-ext-val ] )
> -- >
> -- > chunk-ext-name = token
> -- > chunk-ext-val  = word
>
>
> -- > word           = token / quoted-string
>
>
> Best Regards
>
> Simon
> ...

Maybe. Right now we use "word" only in two places; either we should get 
rid of it, or use it consistently.

Best regards, Julian

Received on Monday, 16 December 2013 11:16:53 UTC