Bugfix for sprintf option "%-<n>s"

This commit is contained in:
2026-08-17 23:03:29 +02:00
parent 7353b18742
commit 8aec679a48
3 changed files with 129 additions and 187 deletions
+2 -1
View File
@@ -1,7 +1,7 @@
#lang info
(define pkg-authors '(hnmdijkema))
(define version "0.1.2")
(define version "0.1.3")
(define license 'MIT)
(define collection "racket-sprintf")
(define pkg-desc "racket-sprintf - simple sprintf implementation")
@@ -20,6 +20,7 @@
(define build-deps
'("racket-doc"
"scribble-lib"
"rackunit-lib"
)
)