Comment 1 for bug 505038

Revision history for this message
Tom_OConnor (tom-twinhelix) wrote :

I have a test case:
file "test.php" contains :

// Simplest case that breaks things:
$a-b::c
$d

// Why we'd do this:
echo "There are ".$thispage-SearchResults::NumPages()." more pages of results";
$nextpage = $thispage + 1;

[tom@turmeric test]$ bzr ci test.php
then becomes

[tom@turmeric test]$ bzr cat test.php
// Simplest case that breaks things:
$a-b$d

// Why we'd do this:
echo "There are ".$thispage-SearchResults$nextpage = $thispage + 1;

Using latest bzr-keywords as produced with `bzr co lp:bzr-keywords`