Fix incorrect examples of regex %rename
This commit is contained in:
parent
6eb6f72e1b
commit
227dd35609
1 changed files with 2 additions and 2 deletions
4
CHANGES
4
CHANGES
|
|
@ -2088,8 +2088,8 @@ Version 2.0.2 (20 February 2011)
|
|||
Fix handling of multiple regex-using %renames attached to the same
|
||||
declaration. For example, now
|
||||
|
||||
%rename("%(regex/^Set(.*)/put\\1/)s") "";
|
||||
%rename("%(regex/^Get(.*)/get\\1/)s") "";
|
||||
%rename("%(regex:/^Set(.*)/put\\1/)s") "";
|
||||
%rename("%(regex:/^Get(.*)/get\\1/)s") "";
|
||||
|
||||
works as expected whereas before only the last anonymous rename was
|
||||
taken into account.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue