Module: wine Branch: master Commit: 353ea070f3874e1eb9ed658f7eb283ddb84a1e74 URL: https://source.winehq.org/git/wine.git/?a=commit;h=353ea070f3874e1eb9ed658f7...
Author: Zebediah Figura zfigura@codeweavers.com Date: Mon Jun 10 20:19:49 2019 -0400
ucrtbase/tests: Add some tests for __stdio_common_vsscanf().
Based on msvcrt:scanf tests.
Signed-off-by: Zebediah Figura zfigura@codeweavers.com Signed-off-by: Piotr Caban piotr@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ucrtbase/tests/Makefile.in | 1 + dlls/ucrtbase/tests/scanf.c | 276 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 277 insertions(+)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=353ea070f3874e1eb9ed6...