a
b

Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
Passnormalize-space() without arguments
Asserts run
Pass
assert_equals("a b", "a b")
    at Test.<anonymous> ( /domxpath/fn-normalize-space.html:14:3)
Passnormalize-space() should handle only #x20, #x9, #xD, and #xA
Asserts run
Pass
assert_equals("a b c", "a b c")
    at Test.<anonymous> ( /domxpath/fn-normalize-space.html:18:3)
Pass
assert_equals("y\v\f\x0e\x0fz", "y\v\f\x0e\x0fz")
    at Test.<anonymous> ( /domxpath/fn-normalize-space.html:20:3)
Pass
assert_equals("   ", "   ")
    at Test.<anonymous> ( /domxpath/fn-normalize-space.html:21:3)