diff --git a/pkgs/ruby/spec/lib/kernaux/printf.yml b/pkgs/ruby/spec/lib/kernaux/printf.yml index 1113591..8c66978 100644 --- a/pkgs/ruby/spec/lib/kernaux/printf.yml +++ b/pkgs/ruby/spec/lib/kernaux/printf.yml @@ -1,5 +1,8 @@ # Copyright (c) 2014-2019 Marco Paland +# TODO: add remaining tests from +# https://github.com/mpaland/printf/blob/master/test/test_suite.cpp + - result: ' 4232' args: [['% d', 4232]] - result: 'This is a test of 12EF'