'xs:normalizedString with spaces':
{|xml||
Separated by 3 spaces.
|}.
'xs:normalizedString with empty value':
{|xml||
|}.
% the following test cases would theoretically fail, but the whitespaces get replaced while parsing
'xs:normalizedString with line break':
{|xml||
This
is on two lines.
|}.
'xs:normalizedString with tab':
{|xml||
This is on two lines.
|}.