Skip to content

Commit

Permalink
Add Unicode character in test script
Browse files Browse the repository at this point in the history
  • Loading branch information
jitseniesen committed Apr 17, 2024
1 parent d6ce369 commit 1ed04df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyder_line_profiler/tests/test_lineprofiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
@profile
def foo():
time.sleep(1)
xs = []
xs = [] # Test non-ascii character: Σ
for k in range(100):
xs = xs + ['x']
foo()"""
Expand Down

0 comments on commit 1ed04df

Please sign in to comment.