diff --git a/test-folder/testfile.py b/test-folder/testfile.py new file mode 100644 index 000000000..d5a5bdbac --- /dev/null +++ b/test-folder/testfile.py @@ -0,0 +1,6 @@ +def testFunction(): + print("Hello World!") + + +def print_really_long_string(): + print("This is a really long string that will be printed on multiple lines.")