From 425a1d43d2880e7313f28c4f0994cb516e716712 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Mon, 12 Dec 2011 21:13:11 -0800 Subject: [PATCH] test-strftime: Test nanosecond display Signed-off-by: Alex Nelson --- tests/test-strftime.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tests/test-strftime.c b/tests/test-strftime.c index 2578550..23c3952 100644 --- a/tests/test-strftime.c +++ b/tests/test-strftime.c @@ -38,6 +38,7 @@ struct posixtm_test static struct posixtm_test const T[] = { { 1300000000, 0, "%F", "2011-03-13" }, + { 0, 10, "%T.%N", "00:00:00.000000010" }, { 0, 0, NULL, NULL } }; -- 1.7.6.4