On Wed, 2005-03-09 at 18:38, John Peacock wrote:
> Madan U Sreenivasan wrote:
> > * subversion/libsvn_wc/props.c
> > (svn_canonicalize_keywords): New function to
>
>
> Internal/private functions don't have "svn_" prefix in their name. Maybe I'm
> just misreading the tests, but I don't see a place where you attempt to set two
> different aliases in svn:keyword and show that only a single canonical entry
> results.
>
Oh, sorry, I didnt notice that convention... would remove the svn_
Reg the test case, Pl. look at the following
given_input = [
...
"lastchangedrevision author LastChangedBy"
...
]
This would yeild 'Revision Author Author', but the actual output is
'Revision Author', which is checked against in the expected_output
array.
> Other than that, this looks great to me (I'm running the test suite now)!
>
> John
>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 10 04:57:14 2005