Gromacs  2024.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Variables
#include "gmxpre.h"
#include "gromacs/onlinehelp/helpformat.h"
#include <gtest/gtest.h>
#include "testutils/stringtest.h"
+ Include dependency graph for helpformat.cpp:

Description

Tests for help string formatting functions and classes.

Author
Teemu Murtola teemu.nosp@m..mur.nosp@m.tola@.nosp@m.gmai.nosp@m.l.com

Variables

const char anonymous_namespace{helpformat.cpp}::g_wrapText [] = "A quick brown fox jumps over the lazy dog"
 Simple test string for wrapping.
 
const char anonymous_namespace{helpformat.cpp}::g_wrapText2 [] = "A quick brown fox jumps\nover the lazy dog"
 Test string for wrapping with embedded line breaks.