Skip to content

Commit 0eb26ae

Browse files
committed
Added test case
1 parent a046bf8 commit 0eb26ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graalpython/com.oracle.graal.python.test/src/tests/cpyext/test_unicode.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -674,6 +674,7 @@ class TestPyUnicode(CPyExtTestCase):
674674
("%s, %r", ("hello", "world")),
675675
("nothing else", tuple()),
676676
(UnicodeSubclass("%s, %r"), ("hello", "world")),
677+
("%d.%d", (42, 123)),
677678
),
678679
resultspec="O",
679680
argspec='OO',

0 commit comments

Comments
 (0)