Tcl Source Code

Ticket Change Details
Login
Overview

Artifact ID: a54adec4cf8f38e2c71963e725268f3de6cfc113571cc4e99648b30d76ae11e0
Ticket: 1dc8bc566ad971c5fdd0aad107151bf8ccf10f02
"?" not recognized as a string in lsearch
User & Date: sebres 2019-06-13 08:12:08
Changes

  1. closedate changed to: "2458647.8417665"
  2. closer changed to: "sebres"
  3. icomment:
    As the documentation for <i>lsearch</i> says: <blockquote>If all matching style options are omitted, the default matching style is <b>-glob</b>.</blockquote>
    So use option <b>-exact</b> to avoid this:
    <pre>
    % lsearch -exact {a ? c} "?"
    1
    </pre>
    
  4. login: "sebres"
  5. mimetype: "text/x-fossil-wiki"
  6. resolution changed to: "Invalid"
  7. status changed to: "Closed"