lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master acd3007 2/6: Improve documentation


From: Greg Chicares
Subject: [lmi-commits] [lmi] master acd3007 2/6: Improve documentation
Date: Thu, 16 Feb 2017 14:26:57 -0500 (EST)

branch: master
commit acd30079fc34023877e4d4aa6cec11188ecb858f
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Improve documentation
    
    Explained the difference between two similar test cases better.
---
 input_sequence_test.cpp | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/input_sequence_test.cpp b/input_sequence_test.cpp
index de25d8d..519d492 100644
--- a/input_sequence_test.cpp
+++ b/input_sequence_test.cpp
@@ -550,9 +550,10 @@ int test_main(int, char*[])
     }
 
     // Test an expression with a gap before the first interval,
-    // without the keywords-only switch. The default value should
-    // be numeric, and the keyword gap should be filled with an
-    // empty string.
+    // without the keywords-only switch. This is otherwise the same
+    // as the preceding case; results differ in that the default value
+    // is numeric and the keyword gap is filled with an empty string.
+    // (Should it be empty?)
     {
     int const n = 5;
     strvec const c      {"", "q", "q", "p", "p"};



reply via email to

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