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`
I have a test case:
file "test.php" contains :
// Simplest case that breaks things:
$a-b::c
$d
// Why we'd do this: SearchResults: :NumPages( )." more pages of results";
echo "There are ".$thispage-
$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: SearchResults$ nextpage = $thispage + 1;
echo "There are ".$thispage-
Using latest bzr-keywords as produced with `bzr co lp:bzr-keywords`