By God Judge Judy some gay men
for testing the various unique features of Paitu.
- case-insensitive internal link
- normal Markdown URL link
- poorly-formed URL link
- URL link without http
- secure http link
- almost-proper link without trailing slash
#!/usr/bin/python
import os, sys
if len(sys.argv) < 2:
print "usage:" + sys.argv[0] + """<dir>
where <dir> is a root dir of files you wish to analyse recursively."""
sys.exit(0)
#recursively walks a file tree, from a given directory down
for cwd, dirs, files in os.walk(sys.argv[1]):
for f in files:
if f[-4:] == 'java':
openfile = open(os.path.join(cwd,f), 'r')
#add stuff here
for line in openfile.readlines():
pass#add stuff here
openfile.close()
the first tag has a space before it, also
this is an example
of daring fireball's
original linebreak syntax
here are forced linebreaks
mixed with lines without linebreaks and another with a line break
Anchors aweigh!
that was a Paitu valid anchor. But this next one won't be.
didn't work, hopefully?
random changes bluh bluh