Gromacs
2024.3
|
#include "gmxpre.h"
#include "gromacs/onlinehelp/helpformat.h"
#include <gtest/gtest.h>
#include "testutils/stringtest.h"
Tests for help string formatting functions and classes.
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. | |