13298 Bug: PHP file format can show false mismatch

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • chrisjj
    Carpal Tunnel
    • Apr 2008
    • 2537

    13298 Bug: PHP file format can show false mismatch

    1 Open a default Text Compare session
    2 Set file formats to PHP (Comment defaults to Unimportant)
    3 In left enter $sets = array_slice($sets,0,$parms['setqty']);
    4 In right enter $sets = array_slice($sets,0,/*qty*/$parms['setqty']);

    Expected: only unimportant difference on /*qty*/
    Observed: difference on $parms['setqty']);, coloured both Unimportant and Important

  • Aaron
    Team Scooter
    • Oct 2007
    • 16026

    #2
    Hello Chris,

    Thanks. We'll update our PHP file format on the website to help improve the comment grammar. Check back and you should see it with a new date, redownload and reinstall it.
    Aaron P Scooter Software

    Comment

    • chrisjj
      Carpal Tunnel
      • Apr 2008
      • 2537

      #3
      Excellent.

      > Check back and you should see it with a new date

      I have put a page watcher on it.

      Thanks Aaron.

      Comment

      Working...