Ben Kurtovic
|
e71e7b4ece
|
Update copyright years for 2015; fix whitespace in docs.
|
9 years ago |
Ben Kurtovic
|
1312a1fb8a
|
Some clean up for Python 2.6 support.
* Removed unittest2 dependency on Python >2.6.
* Moved discover_tests.py into tests/.
* tokenizer.c: Fixed errors noted by -Wshorten-64-to-32.
|
10 years ago |
Marcio Faustino
|
88c8fb88e0
|
Switch to `unittest2` to be able to use new features in Python 2.6.
|
10 years ago |
Ben Kurtovic
|
e5f17eea00
|
Update copyright notices for 2014.
|
10 years ago |
Ben Kurtovic
|
c0fb7c030a
|
Implement new search protocol in Wikicode.
|
11 years ago |
Ben Kurtovic
|
44484daef3
|
Updating tests for new __children__ protocol.
|
11 years ago |
Ben Kurtovic
|
066049b46a
|
Update email address.
|
11 years ago |
Ben Kurtovic
|
3fe629f541
|
Condense usage of wrap([Text("foo")]) to just wraptext("foo").
|
11 years ago |
Ben Kurtovic
|
06873ee6ed
|
Add tests for __iternodes__(); add a getnodes() function.
|
11 years ago |
Ben Kurtovic
|
eea5c774e3
|
Clean up some repetitive lines.
|
11 years ago |
Ben Kurtovic
|
7853e20745
|
Move wrap() and wraptext() TO _test_tree_equality.
|
11 years ago |
Ben Kurtovic
|
5cf451eb22
|
Adding a bunch of tests for different nodes.
|
11 years ago |