setModString('LBL_TEST_JS_ESCAPED_STRING', $string, 'Contacts'); $langpack->save(); $smarty = new Sugar_Smarty; $this->assertEquals($returnedString, smarty_function_sugar_translate( array( 'label' => 'LBL_TEST_JS_ESCAPED_STRING', 'module' => 'Contacts', 'for_js' => true, ), $smarty) ); } }