Lolly 1.4.28
|
Go to the source code of this file.
Functions | |
TEST_CASE ("is_alpha") | |
TEST_CASE ("is_digit") | |
TEST_CASE ("is_space") | |
TEST_CASE ("is_binary_digit") | |
TEST_CASE ("is_alphanum") | |
TEST_CASE ("test locase all") | |
TEST_CASE ("test upcase all") | |
TEST_CASE ("test string minus") | |
TEST_CASE ("test string union") | |
TEST_CASE ("remove_prefix") | |
TEST_CASE ("remove_suffix") | |
TEST_CASE ("test_raw_quote") | |
TEST_CASE ("test_raw_unquote") | |
TEST_CASE ("test_unescape_guile") | |
TEST_CASE ("test_starts") | |
TEST_CASE ("test_ends") | |
TEST_CASE ("test_read_word") | |
TEST_CASE ("contains/occurs") | |
TEST_CASE ("replace") | |
TEST_CASE ("tokenize") | |
TEST_CASE ("recompose") | |
TEST_CASE | ( | "is_alpha" | ) |
Definition at line 4 of file analyze_test.cpp.
TEST_CASE | ( | "is_digit" | ) |
TEST_CASE | ( | "is_space" | ) |
TEST_CASE | ( | "is_binary_digit" | ) |
Definition at line 37 of file analyze_test.cpp.
TEST_CASE | ( | "is_alphanum" | ) |
Definition at line 57 of file analyze_test.cpp.
Definition at line 66 of file analyze_test.cpp.
Definition at line 73 of file analyze_test.cpp.
Definition at line 80 of file analyze_test.cpp.
Definition at line 86 of file analyze_test.cpp.
TEST_CASE | ( | "remove_prefix" | ) |
Definition at line 92 of file analyze_test.cpp.
TEST_CASE | ( | "remove_suffix" | ) |
Definition at line 100 of file analyze_test.cpp.
TEST_CASE | ( | "test_raw_quote" | ) |
Definition at line 108 of file analyze_test.cpp.
TEST_CASE | ( | "test_raw_unquote" | ) |
Definition at line 113 of file analyze_test.cpp.
TEST_CASE | ( | "test_unescape_guile" | ) |
Definition at line 121 of file analyze_test.cpp.
TEST_CASE | ( | "test_starts" | ) |
TEST_CASE | ( | "test_ends" | ) |
Definition at line 132 of file analyze_test.cpp.
TEST_CASE | ( | "test_read_word" | ) |
Definition at line 138 of file analyze_test.cpp.
TEST_CASE | ( | "contains/occurs" | ) |
Definition at line 152 of file analyze_test.cpp.
TEST_CASE | ( | "replace" | ) |
Definition at line 163 of file analyze_test.cpp.
TEST_CASE | ( | "tokenize" | ) |
Definition at line 168 of file analyze_test.cpp.
TEST_CASE | ( | "recompose" | ) |
Definition at line 174 of file analyze_test.cpp.