Differences From Artifact [91558b728e]:
- File gluon/contrib/markdown/markdown2.py — part of check-in [eba4a35a21] at 2011-08-08 04:53:38 on branch develop — Added web2py 1.98.2 (user: spiffy, size: 75059) [annotate] [blame] [check-ins using]
To Artifact [c117c9a0ff]:
- File gluon/contrib/markdown/markdown2.py — part of check-in [5e6e1e2c0a] at 2011-11-20 05:28:20 on branch feature/web2py_auth — Upgraded to web2py 1.99.2 (user: spiffy, size: 75060) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
1882 1883 1884 1885 1886 1887 1888 1889 | norm_html = html norm_perl_html = perl_html print "==== match? %r ====" % (norm_perl_html == norm_html) if __name__ == "__main__": sys.exit( main(sys.argv) ) | > | 1882 1883 1884 1885 1886 1887 1888 1889 1890 | norm_html = html norm_perl_html = perl_html print "==== match? %r ====" % (norm_perl_html == norm_html) if __name__ == "__main__": sys.exit( main(sys.argv) ) |