lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master d82ac15 13/22: Split a long line


From: Greg Chicares
Subject: [lmi-commits] [lmi] master d82ac15 13/22: Split a long line
Date: Sat, 28 Mar 2020 18:23:37 -0400 (EDT)

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

    Split a long line
    
    In a file that has no lines longer than eighty characters (other than
    the copyright notice), prefer not to introduce any longer line.
---
 system_command_test.cpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/system_command_test.cpp b/system_command_test.cpp
index cac4984..3cf2a2b 100644
--- a/system_command_test.cpp
+++ b/system_command_test.cpp
@@ -45,7 +45,9 @@ int test_main(int, char*[])
         (system_command("lmi_md5sum --check --status eraseme")
         ,std::runtime_error
         ,lmi_test::what_regex
-            ("Exit code [0-9]* from command 'lmi_md5sum --check --status 
eraseme'.")
+            ("Exit code [0-9]* from command"
+             " 'lmi_md5sum --check --status eraseme'."
+            )
         );
 
 #if !defined LMI_MSW



reply via email to

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