Skip to content

Commit

Permalink
[tests-] add test for adding column to empty sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
anjakefala committed Dec 2, 2024
1 parent 0fae62f commit d055887
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/golden/pr2614.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
A
1
2
3
6 changes: 6 additions & 0 deletions tests/pr2614.vdj
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!vd -p
{"sheet": null, "col": null, "row": null, "longname": "open-file", "input": "tests/data1.tsv", "keystrokes": "o", "comment": null, "replayable": true}
{"sheet": "data1", "col": "Key", "row": "", "longname": "hide-col", "input": "", "keystrokes": "-", "comment": "hide the current column", "replayable": true}
{"sheet": "data1", "col": "A", "row": "", "longname": "hide-col", "input": "", "keystrokes": "-", "comment": "hide the current column", "replayable": true}
{"sheet": "data1", "col": "B", "row": "", "longname": "hide-col", "input": "", "keystrokes": "-", "comment": "hide the current column", "replayable": true}
{"sheet": "data1", "col": 0, "row": "", "longname": "addcol-incr", "input": "", "keystrokes": "i", "comment": "add column with incremental values", "replayable": true}

0 comments on commit d055887

Please sign in to comment.