File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9999 matrix :
100100 python-version : [3.11]
101101 node-version : [latest]
102- os : [windows-2019 ]
102+ os : [windows-latest ]
103103 runs-on : ${{ matrix.os }}
104104 steps :
105105 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ def test_withASCII():
2020 )
2121
2222
23- # @pytest.mark.skipif(
24- # sys.platform.startswith("win"), reason="Windows defaults to CP-1252"
25- # )
23+ @pytest .mark .skipif (
24+ sys .platform .startswith ("win" ), reason = "Windows defaults to CP-1252"
25+ )
2626def test_with_UTF8 ():
2727 key = "¥ · £ · € · $ · ¢ · ₡ · ₢ · ₣ · ₤ · ₥ · ₦ · ₧ · ₨ · ₩ · ₪ · ₫ · ₭ · ₮ · ₯ · ₹"
2828 expected = "\xa5 \xb7 \xa3 \xb7 \u20ac \xb7 $ \xb7 \xa2 \xb7 \u20a1 \xb7 \u20a2 \xb7 \u20a3 \xb7 \u20a4 \xb7 \u20a5 \xb7 \u20a6 \xb7 \u20a7 \xb7 \u20a8 \xb7 \u20a9 \xb7 \u20aa \xb7 \u20ab \xb7 \u20ad \xb7 \u20ae \xb7 \u20af \xb7 \u20b9 "
You can’t perform that action at this time.
0 commit comments