Simple Text
()
| 230 | |
| 231 | |
| 232 | def test(): |
| 233 | """Simple Text""" |
| 234 | ifs = urlopen('http://www.cplusplus.com/vector') |
| 235 | print(html2groff(fixupHTML(ifs.read()), 'std::vector'), end=' ') |
| 236 | # with open('test.html') as ifs: |
| 237 | # print html2groff(fixupHTML(ifs.read()), 'std::vector'), |
| 238 | |
| 239 | |
| 240 | if __name__ == '__main__': |
no test coverage detected