|
stc
|
#include <catch2/catch_test_macros.hpp>#include <sstream>#include <string>#include "stc/StdFix.hpp"Functions | |
| TEST_CASE ("Ensure StdFix::getline works like normal", "[getline]") | |
| TEST_CASE ("Ensure StdFix::getline eats \\r, \\n, and \\r\\n in mixed mode", "[getline]") | |
| TEST_CASE | ( | "Ensure StdFix::getline eats \\ | r, |
| \\ | n, | ||
| and \\r\\n in mixed mode" | , | ||
| "" | [getline] | ||
| ) |
| TEST_CASE | ( | "Ensure StdFix::getline works like normal" | , |
| "" | [getline] | ||
| ) |