Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Roadmap
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 1
and
Version 2
of
WikiTest
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Jan 25, 2006, 11:41:56 AM (
19 years
ago)
Author:
miha
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
WikiTest
v1
v2
1
1
I have created test wiki page to test some macros and formatting styles.
2
3
{{{
4
#!python
5
class Test:
6
def __init__(self):
7
print "Hello World"
8
if __name__ == '__main__':
9
Test()
10
}}}