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 9b6ce15 commit b8cb523Copy full SHA for b8cb523
.github/workflows/reproduce_bug.yaml
@@ -29,7 +29,7 @@ jobs:
29
@pytest.mark.parametrize('key1,key2', [
30
('\U00010002abc$i', 'abc\u79d8\u5bc6\u4ee3\u7801$i'),
31
('test1_$i', 'test2_$i'),
32
- ('\U00010002_$i', '\u79d8\u5bc6_$i'),
+ ('\U00010002_$i', '\u79d8\u5bc6\u4ee3\u7801-abc\U00010002-\U00010002abc\u79d8\u5bc6\u4ee3\u7801123\U00010002-\u79d8\u5bc6\u4ee3\u7801abc\U00010002'),
33
])
34
def test_unicode_params_$i(key1, key2):
35
assert len(key1) > 0
0 commit comments