Posted to tcl by rmax at Thu Dec 22 17:00:15 GMT 2022view pretty

[  332s] ==== string-2.20.1 string compare -len unicode FAILED
[  332s] ==== Contents of test case:
[  332s] 
[  332s]     # These are strings that are 6 BYTELENGTH long, but the length
[  332s]     # shouldn't make a different because there are actually 3 CHARS long
[  332s]     run {string compare -len 5 \334\334\334 \334\334\374}
[  332s] 
[  332s] ---- Result was:
[  332s] 0
[  332s] ---- Result should have been (exact matching):
[  332s] -1
[  332s] ==== string-2.20.1 FAILED