Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed test error
  • Loading branch information
xarus01 committed Oct 8, 2019
commit 3a0e87b04e6903f69812424e2e26fb1c96cec14f
1 change: 1 addition & 0 deletions builtin/testfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1,2,3,
Empty file added coverage.txt
Empty file.
2 changes: 1 addition & 1 deletion py/tests/set.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
d = a ^ b
assert 1 in c

doc="repr"
doc="__repr__"
assert repr({1,2,3}) == "{1, 2, 3}"

doc="set"
Expand Down