mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-14 14:03:47 -05:00
Added tests for formula evaluation
* Minor fixes as detected by the tests
This commit is contained in:
7
t/fixtures/formula/formula.txt
Normal file
7
t/fixtures/formula/formula.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
| Item | Cost |
|
||||
|----------+-------|
|
||||
| Bread | 20 |
|
||||
| Tomatoes | 5 |
|
||||
| Pasta | 100 |
|
||||
| Total | 0 |
|
||||
/* tmf: $5,2=Sum(1:-1) */
|
||||
7
t/fixtures/formula/sample.txt
Normal file
7
t/fixtures/formula/sample.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
| Item | Cost |
|
||||
|----------+------|
|
||||
| Bread | 20 |
|
||||
| Tomatoes | 5 |
|
||||
| Pasta | 100 |
|
||||
| Total | |
|
||||
| Test | |
|
||||
Reference in New Issue
Block a user