File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
2- <coverage version =" 5.5" timestamp =" 1633844921303 " lines-valid =" 1503" lines-covered =" 344" line-rate =" 0.2289" branches-covered =" 0" branches-valid =" 0" branch-rate =" 0" complexity =" 0" >
2+ <coverage version =" 5.5" timestamp =" 1633845595443 " lines-valid =" 1503" lines-covered =" 344" line-rate =" 0.2289" branches-covered =" 0" branches-valid =" 0" branch-rate =" 0" complexity =" 0" >
33 <!-- Generated by coverage.py: https://coverage.readthedocs.io -->
44 <!-- Based on https://raw.githubusercontent.com/cobertura/web/master/htdocs/xml/coverage-04.dtd -->
55 <sources >
Original file line number Diff line number Diff line change @@ -257,5 +257,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>
257257
258258<!--
259259MkDocs version : 1.2.2
260- Build Date UTC : 2021-10-10 05:48:30.690289 +00:00
260+ Build Date UTC : 2021-10-10 05:59:44.664066 +00:00
261261-->
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ def metadata():
3232
3333def test_malformed_bytes ():
3434 """Test byte string literal that is not understood by decoder."""
35- data = b"i123elees11 :hello world!spqyt"
35+ data = b"dspi123elees11 :hello world!spqyt"
3636 try :
3737 _ = bendecode (data )
3838 except DecodeError :
You can’t perform that action at this time.
0 commit comments