changeset 673:927cbe0ea334

int: add trivial comment to describe a subset of the str2uXX test cases Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Thu, 21 Feb 2019 19:19:14 -0500
parents 0dd0932ec440
children a8663230bd14
files tests/test_str2uint.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test_str2uint.c	Thu Feb 21 19:13:41 2019 -0500
+++ b/tests/test_str2uint.c	Thu Feb 21 19:19:14 2019 -0500
@@ -70,6 +70,9 @@
 		.out[B10] = ENT(0, 0, 0, -EINVAL, -EINVAL, -EINVAL),
 		.out[B16] = ENT(0, 0, 0, -EINVAL, -EINVAL, -EINVAL),
 	},
+	/*
+	 * Check various well-formed (in at least one base) inputs
+	 */
 	{
 		.in	  = "0",
 		.out[B8]  = ENT(0, 0, 0, 0, 0, 0),