%c format does not give correct result
Open
- Dominant language
- TypeScript
- Stars
- 15
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
the %c format does not end up a character. see below:
console.log(printf("%c %c", "J", 74)); // result in J 74 and not J J
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.