summaryrefslogtreecommitdiffstats
path: root/tests/unit/type/list-common.tcl
blob: b393737c9898d2769cc7d4787e1f56a4fdd0a908 (plain)
1
2
3
4
# We need a value to make sure the list has the right encoding when it is inserted.
array set largevalue {}
set largevalue(listpack) "hello"
set largevalue(quicklist) [string repeat "x" 8192]