Go to the source code of this file.
◆ CPPUNIT_TEST_SUITE_REGISTRATION()
◆ alpha
const CharacterSet alpha("alpha","abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ") |
( |
"alpha" |
, |
|
|
"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" |
|
|
) |
| |
◆ crlf
◆ numbers
const CharacterSet numbers("numbers","0123456789") |
( |
"numbers" |
, |
|
|
"0123456789" |
|
|
) |
| |
◆ tab
◆ text
SBuf text("GET http://resource.com/path HTTP/1.1\r\n" "Host: resource.com\r\n" "Cookie: laijkpk3422r j1noin \r\n" "\r\n") |
( |
"GET http://resource.com/path HTTP/1.1\r\n" "Host: resource.com\r\n" "Cookie: laijkpk3422r j1noin \r\n" "\r\n" |
| ) |
|
Referenced by Acl::NotNode::dump(), errorInitialize(), Ftp::Gateway::htmlifyListEntry(), ErrorPage::ImportStaticErrorText(), ipcache_entry::latestError(), TestSBuf::testIterators(), TestTokenizer::testTokenizerPrefix(), TestTokenizer::testTokenizerSkip(), TestTokenizer::testTokenizerSuffix(), TestTokenizer::testTokenizerToken(), and Acl::Tree::treeDump().
◆ whitespace
const CharacterSet whitespace("whitespace"," \r\n") |
( |
"whitespace" |
, |
|
|
" \r\n" |
|
|
) |
| |