From 9ab3ef8e96e632671a53ce82a8990d31c3d573c4 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Sat, 19 Mar 2022 08:00:22 +1300 Subject: [PATCH] Update testcase comment --- Examples/test-suite/rename_camel.i | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples/test-suite/rename_camel.i b/Examples/test-suite/rename_camel.i index a3d6fad7d..466f179f7 100644 --- a/Examples/test-suite/rename_camel.i +++ b/Examples/test-suite/rename_camel.i @@ -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 .*") "";