gajus / gajus/fast-printf

%c format does not give correct result

Open
#10 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.