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

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