We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb00eb7 commit 5b839b9Copy full SHA for 5b839b9
graalpython/lib-python/3/test/test_json/test_scanstring.py
@@ -1,8 +1,10 @@
1
import sys
2
from test.test_json import PyTest, CTest
3
+from test import support
4
5
6
class TestScanstring:
7
+ @support.impl_detail(msg="not yet supported: GR-26305 unicode supplementary characters", graalvm=False)
8
def test_scanstring(self):
9
scanstring = self.json.decoder.scanstring
10
self.assertEqual(
0 commit comments