summaryrefslogtreecommitdiffstats
path: root/testing/mozbase/mozprocess/tests/scripts/procnonewline.py
blob: 341a94be0a76072888a505669dbe6cddacea3bdf (plain)
1
2
3
4
import sys

print("this is a newline")
sys.stdout.write("this has NO newline")