summaryrefslogtreecommitdiff
path: root/test cases/unit/124 interactive tap/script.py
blob: 873a4ae8168b222e5126c956e94fcff013668752 (plain)
1
2
3
4
5
#!/usr/bin/env python3

print('''1..2
ok 1
not ok 2''')