- From: Florian Rivoal <florianr@opera.com>
- Date: Wed, 28 Mar 2012 17:54:11 +0200
- To: "Yves Lafon" <ylafon@w3.org>
- Cc: www-style@w3.org
On Wed, 28 Mar 2012 17:12:33 +0200, L. David Baron <dbaron@dbaron.org>
wrote:
>> Yes, please add such test to the test suite so that it won't become
>> an interop issue (and as I side note my parser aprse it this way as
>> well)
>
> We've had some tests for this in the test suite (though not the
> exact ones you suggest) since the original version of the test
> suite, in particular:
>
> # features = [ "max-aspect-ratio", "device-aspect-ratio" ];
> # for (i in features) {
> # feature = features[i];
> # expression_should_be_parseable(feature + ": 1/1");
> # expression_should_be_parseable(feature + ": 1 /1");
> # expression_should_be_parseable(feature + ": 1 / \t\n1");
> # expression_should_be_parseable(feature + ": 1/\r1");
With these tests in the test suite, I consider this issue closed. Please
let me know if that conclusion is not satisfactory.
- Florian
Received on Wednesday, 28 March 2012 15:50:12 UTC