lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master cff71ea 11/33: Improve documentation


From: Greg Chicares
Subject: [lmi-commits] [lmi] master cff71ea 11/33: Improve documentation
Date: Mon, 3 May 2021 08:15:52 -0400 (EDT)

branch: master
commit cff71eabacd6c4297d441ec2491f712ee97b731e
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Improve documentation
---
 path_utility_test.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/path_utility_test.cpp b/path_utility_test.cpp
index 1adea9f..d05fbd0 100644
--- a/path_utility_test.cpp
+++ b/path_utility_test.cpp
@@ -146,7 +146,8 @@ void test_serial_file_path()
         ,serial_file_path("x.cns", "", 1234567890, "y").string()
         );
 
-    // Input census filepath needn't have any extension.
+    // Input census filepath needn't have any extension;
+    // any extension it has is discarded.
     LMI_TEST_EQUAL
         (serial_file_path("x.ignored", "",      12345, "y").string()
         ,serial_file_path("x"        , "",      12345, "y").string()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]