- From: Sean Mooney <sean.mooney@ul.ie>
- Date: Mon, 11 Feb 2013 17:10:03 +0000
- To: public-multilingualweb-lt@w3.org
for the purpose of the its validation testing we(ul) have added logic to our validator to ensure that <its:locNote>The variable {0} has three possible values: 'printer', 'stacker' and 'stapler options'.</its:locNote> raw output which is split onto two lines maps to the expected output however we can remove this if the non normalised form is desired. regards sean On 11/02/13 14:38, Shaun McCance wrote: > Thanks Yves. I went looking and found this: > > http://lists.w3.org/Archives/Public/public-multilingualweb-lt-tests/2012Nov/0078.html > > But nothing further. > > -- > Shaun > > On Mon, 2013-02-11 at 06:19 -0600, Yves Savourel wrote: >> Hi Shaun, >> >> FWIW: >> I think there was an email thread about space normalization for the test output. >> I can't look for it now, but it was with Fredrik and probably Leroy, quite a while back. >> >> -ys >> >> -----Original Message----- >> From: Shaun McCance [mailto:shaunm@gnome.org] >> Sent: Saturday, February 09, 2013 5:41 PM >> To: Multilingual Web LT Public List Public List >> Subject: Space normalization for its:locNote >> >> While restructuring some code to handle all the localization note test cases, I ran across what I believe to be unspecified behavior expected by the test suite. >> >> >From locnote1xml.xml: >> <its:locNote>The variable {0} has three possible values: 'printer', >> 'stacker' and 'stapler options'.</its:locNote> >> >> Expected locNote in locnote1xmloutput.txt: >> The variable {0} has three possible values: 'printer', 'stacker' and 'stapler options'. >> >> But what's literally in the its:locNote element after "'printer'," >> is " 
    ". Should we specify that we expect whitespace in localization notes to be normalized? >> >> Side note: itstool has always normalized whitespace in localization notes, unless the locNote element is space-preserving. This isn't specified, but I've found it useful. My code restructuring moved the normalization to the PO serializer, so the output for the test suite is now getting the non-normalized form. >> >> -- >> Shaun >> >> >> >> >> > >
Received on Monday, 11 February 2013 17:10:29 UTC