Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
l10n: fr.po v2.3.0 round 2
[gitweb.git]
/
t
/
t0011-hashmap.sh
diff --git
a/t/t0011-hashmap.sh
b/t/t0011-hashmap.sh
index 391e2b64927d7d095df2569a4e56ea075a391d78..f97c80556fac55ae1bc11d24712be21a9dac0dcf 100755
(executable)
--- a/
t/t0011-hashmap.sh
+++ b/
t/t0011-hashmap.sh
@@
-237,4
+237,17
@@
test_expect_success 'grow / shrink' '
'
+test_expect_success 'string interning' '
+
+test_hashmap "intern value1
+intern Value1
+intern value2
+intern value2
+" "value1
+Value1
+value2
+value2"
+
+'
+
test_done