add a bug repport!
This commit is contained in:
parent
856cf8a323
commit
fbb8951216
5
TODO
5
TODO
@ -1,4 +1,5 @@
|
|||||||
# Todolist
|
# Todolist
|
||||||
|
|
||||||
* Improve fix recognition
|
* Improve fix recognition (DONE)
|
||||||
* More flexible expression parsing
|
* More flexible expression parsing (DONE)
|
||||||
|
* bug: expression can't handle -(-2)
|
||||||
|
@ -360,6 +360,10 @@ if __name__ == '__main__':
|
|||||||
exp="-2*4(12 + 1)(3-12)"
|
exp="-2*4(12 + 1)(3-12)"
|
||||||
test(exp)
|
test(exp)
|
||||||
|
|
||||||
|
## Can't handle it yet!!
|
||||||
|
#exp="-(-2)"
|
||||||
|
#test(exp)
|
||||||
|
|
||||||
import doctest
|
import doctest
|
||||||
doctest.testmod()
|
doctest.testmod()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user