Fix rename_camel testcase to work for Go

This commit is contained in:
Olly Betts 2022-03-07 12:36:37 +13:00
commit 314df0f71e
2 changed files with 21 additions and 25 deletions

View file

@ -6,8 +6,8 @@ require "tests.php";
check::werror(true);
check::classes(array("rename_camel","GeometryFactory","ByteOrderValues"));
check::functions(array("CamelCase","CamelCase1","CamelCase2","CamelCase3","lowerCamelCase","lowerCamelCase1","lowerCamelCase2","lowerCamelCase3","under_case","under_case1","under_case2","under_case3","IMPORT","foo","hello"));
check::constants(array("Hello","Hi_there","Bye","See_you"));
check::functions(array("CamelCase","CamelCase1","CamelCase2","CamelCase3","lowerCamelCase","lowerCamelCase1","lowerCamelCase2","lowerCamelCase3","under_case","under_case1","under_case2","under_case3","Import","foo","hello"));
check::constants(array("HELLO","HI_THERE","BYE","SEE_YOU"));
check::done();