summaryrefslogtreecommitdiff
path: root/ext/mbstring/tests/bug71298.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mbstring/tests/bug71298.phpt')
-rw-r--r--ext/mbstring/tests/bug71298.phpt8
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/mbstring/tests/bug71298.phpt b/ext/mbstring/tests/bug71298.phpt
new file mode 100644
index 0000000000..f69ba29cbb
--- /dev/null
+++ b/ext/mbstring/tests/bug71298.phpt
@@ -0,0 +1,8 @@
+--TEST--
+Bug #71298: MB_CASE_TITLE misbehaves with curled apostrophe/quote (HTML ’)
+--FILE--
+<?php
+echo mb_convert_case("People's issues versus people’s issues", MB_CASE_TITLE);
+?>
+--EXPECT--
+People's Issues Versus People’s Issues