Skip to content

Commit

Permalink
Add testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Aug 16, 2024
1 parent 8c3ebdc commit 2016e48
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/tsv.test
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,9 @@ foreach backend $backends {
file delete -force $db
}

test tsv-bug-c2dfd8b7ea {tsv::lset crash} -body {
tsv::linsert mytsv mylist 0 A {X Y}
tsv::lset mytsv mylist end 1 P
} -result {A {X P}}

::tcltest::cleanupTests

0 comments on commit 2016e48

Please sign in to comment.