Action 961: Check base64 example

At the telecon I took an action to check that in the builtins_binary 
test case [1] the example literal

"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz/+"^^xs:base64Binary

is a legal lexical form. It is used twice in the test case.

I think it is not. According to the XSD spec [2] the number of non-white 
space characters has to be a multiple of 4 (you use trailing "=" to pad 
out) whereas this string is 54 characters. The easy fix would be to 
stuff two more legal characters on the end of the test string.

Shall I just go in and edit the test case?  Since we already approved it 
I'm not sure what the right process is.

Dave

[1] http://www.w3.org/2005/rules/wiki/Builtins_Binary
[2] http://www.w3.org/TR/xmlschema-2/#base64Binary

Received on Tuesday, 8 December 2009 17:47:16 UTC