Open mariusbarth opened 6 months ago
Describe the bug apa_num.integer() ignores big.mark
apa_num.integer()
big.mark
To Reproduce
apa_num(7000L, big.mark = ",")
returns "7000"
"7000"
Expected behavior Should return "7,000".
"7,000"
Describe the bug
apa_num.integer()
ignoresbig.mark
To Reproduce
returns
"7000"
Expected behavior Should return
"7,000"
.