Update testcase comment
This commit is contained in:
parent
d7e83c1cbc
commit
9ab3ef8e96
1 changed files with 2 additions and 2 deletions
|
|
@ -34,8 +34,8 @@
|
|||
// utitle is an alias for undercase.
|
||||
%rename("%(utitle)s") UnderCase3;
|
||||
|
||||
// This should change upper-case "import", but "hi_there" should be handled by the
|
||||
// rule below and become "HI_THERE".
|
||||
// This should change "import" to "Import", but "hi_there" should be handled by
|
||||
// the rule below and become "HI_THERE".
|
||||
%rename("%(regex:/(.*i.*)/\\u\\1/)s") "";
|
||||
|
||||
%rename("%(upper)s",regexmatch$parentNode$type="enum .*") "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue