mirror of https://github.com/swig/swig
Update testcase comment
This commit is contained in:
parent
d7e83c1cbc
commit
9ab3ef8e96
|
@ -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…
Reference in New Issue