Added tests for formula evaluation

* Minor fixes as detected by the tests
This commit is contained in:
Dhruva Sagar
2014-04-09 08:09:28 +05:30
parent 1ef8c812d6
commit f91782fca2
4 changed files with 56 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
| Item | Cost |
|----------+-------|
| Bread | 20 |
| Tomatoes | 5 |
| Pasta | 100 |
| Total | 0 |
/* tmf: $5,2=Sum(1:-1) */

View File

@@ -0,0 +1,7 @@
| Item | Cost |
|----------+------|
| Bread | 20 |
| Tomatoes | 5 |
| Pasta | 100 |
| Total | |
| Test | |