summaryrefslogtreecommitdiff
path: root/tools/python-yasm/tests/test_expr.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove $Id$ and RCSID() usage.Peter Johnson2011-08-191-1/+0
| | | | These are useless now that we're using git.
* Rework yasm.Expression to accept strings like '+' to indicate operation.Michael Urman2006-05-071-0/+19
Add tests for yasm.Expression and new yasm.ImmVal. svn path=/trunk/yasm/; revision=1527