summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-06-22 19:35:18 +0200
committerStefan Behnel <stefan_ml@behnel.de>2020-06-22 19:35:18 +0200
commitc2f55c162cec791926c4c0fbfeb634d6317247d0 (patch)
tree963e34ae58a9b4eea125052a5da76f5d144fec9c
parent198e515b6f95e5ee1d668193cbff2078a7ef818d (diff)
downloadcython-c2f55c162cec791926c4c0fbfeb634d6317247d0.tar.gz
Comment out a platform specific test.
-rw-r--r--tests/run/unicodeliterals.pyx7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/run/unicodeliterals.pyx b/tests/run/unicodeliterals.pyx
index c72ac687a..8cddcfff9 100644
--- a/tests/run/unicodeliterals.pyx
+++ b/tests/run/unicodeliterals.pyx
@@ -21,10 +21,13 @@ __doc__ = br"""
u'\udc00'
>>> h
u'\ud800'
- >>> p
- u'\ud800\udc00'
>>> q
u'\udc00\ud800'
+
+ # The output of surrogate pairs differs between 16/32bit Unicode runtimes.
+ #>>> p
+ #u'\ud800\udc00'
+
>>> add
u'S\xf8k ik\xfc\xd6\xe4abc'
>>> null