[test-buffer] Add test for lonely low-surrogate

Currenty fails.  Ouch!
pull/46/head
Behdad Esfahbod 11 years ago
parent 6334495ac1
commit 24b2ba9dfa
  1. 1
      test/api/test-buffer.c

@ -704,6 +704,7 @@ static const utf16_conversion_test_t utf16_conversion_tests[] = {
{{0x41, 0xD800, 0xDF02}, {-1}},
{{0x41, 0x61, 0xD800, 0xDF02}, {0x61, -1}},
{{0x41, 0xD800, 0x61, 0xDF02}, {-1, 0x61}},
{{0x41, 0xDF00, 0x61}, {-1}},
{{0x41, 0x61}, {0}}
};

Loading…
Cancel
Save