Skip to content

Commit

Permalink
Merge branch 'len-function' of https://github.com/Vardan2009/radon-fork
Browse files Browse the repository at this point in the history
… into len-function
  • Loading branch information
Vardan2009 committed May 28, 2024
2 parents 2ffc618 + 24fa420 commit cb0e6f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/len.rn.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"code": 0, "stdout": "10\n4\n3\n", "stderr": ""}
{"code": 0, "stdout": "10\n4\n3\n2\n1\n0\nTypeError: Object of type \"Number\" has no len()\n", "stderr": ""}
1 change: 1 addition & 0 deletions tests/modules2.rn.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"code": 0, "stdout": "A\nr\nr\na\ny\n", "stderr": ""}

0 comments on commit cb0e6f3

Please sign in to comment.