code-chronicles-code / code-chronicles-code/leetcode-curriculum
Expand `String.prototype.chars` goody test to consider strings with emojis
未关闭
good first issue
tests
typescript
- 主要语言
- TypeScript
- 星标
- 20
- 派生
- 12
- PR 合并指标
- 30 天内没有已合并 PR
描述
This task is to update [`workspaces/adventure-pack/goodies/typescript/String.prototype.chars/index.test.ts`](../tree/main/workspaces/adventure-pack/goodies/typescript/String.prototype.chars/index.test.ts) to consider a wider range of strings. In particular, it would be nice to confirm that emojis, or other strings containing Unicode characters, are correctly handled.
贡献指南
调研方向
从 workspaces/adventure-pack/goodies/typescript/String.prototype.chars/index.test.ts 开始,检查其中现有的字符串用例。添加涵盖表情符号和其他包含 Unicode 的字符串的用例,然后运行该文件的测试;完成的标准是扩展后的用例通过,并确认处理正确。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- typescript
- 领域
- testing
- Issue 类型
- 功能
- 难度
- 1/5
- 预计耗时
- 1 小时以内
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 55/100