From 65065a9f4aecf2681fe7001931307279236c5894 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Mon, 23 May 2022 22:22:05 +0300 Subject: [PATCH] Ruby: add TODO --- pkgs/ruby/spec/lib/kernaux/printf.yml | 3 +++ 1 file changed, 3 insertions(+) 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'