Skip to content

Commit

Permalink
Add problematic Python example for #437
Browse files Browse the repository at this point in the history
  • Loading branch information
Olical committed Nov 26, 2022
1 parent 246ce29 commit 0be93ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev/python/sandbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ def print_things_then_return():
print(i)
return "all done!"

def newline_in_function_bug():
return "hey" + "\n" + "ho"

print_things_then_return()

for i in range(20):
Expand Down

0 comments on commit 0be93ef

Please sign in to comment.