disable broken tests on net_4_0
[mcs.git] / docs / ecma334 / 9.3.3.xml
blob1d42c9d4b108b34ebe44ceb2e7e71e3234088d74
1 <?xml version="1.0"?>
2 <clause number="9.3.3" title="White space">
3   <paragraph>White space is defined as any character with Unicode class Zs (which includes the space character) as well as the horizontal tab character, the vertical tab character, and the form feed character. <grammar_production><name>whitespace</name> :: <rhs>Any character with Unicode class Zs </rhs><rhs>Horizontal tab character (U+0009) </rhs><rhs>Vertical tab character (U+000B) </rhs><rhs>Form feed character (U+000C) </rhs></grammar_production></paragraph>
4 </clause>