repo.or.cz
/
codimension.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
More unit tests
[codimension.git]
/
pythonparser-exp
/
unittest
/
wrong_indent.py
blob
0a150e6b4facd1896588b3bd2da5352d8b071d4a
1
2
if
1
>
2
:
3
print
"OK"
4
else
:
5
print
"Hmmmm"
6
7
8