summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2013-10-14use %20 instead of + for blanks in U(), werbeverlags ag needs it that wayUrban Müller1-2/+2
2013-07-17revert special --opts syntax as -opts does not warn on missing dashes anywayNathan Gass1-4/+4
2013-07-17add --opts variant to shell_command which adds dashes for posix options, add ...Nathan Gass1-0/+52
2013-07-01test sequential pattern application in ::replaceUrban Müller1-0/+1
2013-05-13test for grapheme_strlen===null for bad utf8Urban Müller1-0/+2
2013-03-27::sanitize testUrban Müller1-0/+6
2013-03-21add new function it::systemNathan Gass1-0/+17
2013-03-04factor out request method from get method, make http method overwritable, fix...Nathan Gass1-2/+4
2013-01-31it::serialize must quote ' in keysUrban Müller1-1/+5
2012-12-06Disable sqllog after tests which need it againChristian Schneider1-0/+1
2012-11-29positional args in it::execUrban Müller1-0/+1
2012-11-22Remove smart_replace() as alias for store() because it is even worse a name t...Christian Schneider1-16/+7
2012-11-01Added alias store() for smart_replace() to maintain API backward compatibilityChristian Schneider1-0/+8
2012-11-01better function namingUrban Müller1-7/+7
2012-10-16dryNathan Gass3-119/+116
2012-10-16add test for large responseNathan Gass2-0/+13
2012-10-15test basic request headersNathan Gass2-0/+30
2012-10-15group all redirect tests together, remove commented out codeNathan Gass1-11/+9
2012-10-15add tests for it_url::get timeoutsNathan Gass2-0/+84
2012-10-15add more it_url::get tests (some todo)Nathan Gass2-0/+42
2012-10-15use switch statement, also fixes illegal styleNathan Gass1-12/+19
2012-10-15add harder tests for it_url::get using custom testserver on localhostNathan Gass2-0/+77
2012-10-10implement myimg in myhtml to have same behaviour with or without fasttagNathan Gass1-2/+2
2012-08-20test null argument behaviourUrban Müller1-0/+2
2012-08-17not workingUrban Müller1-2/+0
2012-08-17it_parse_args compatiblity: treat null like empty stringUrban Müller1-0/+2
2012-08-17test it_parse_args behaviourUrban Müller1-0/+2
2012-08-13add test for unprintable characters in attribute *name*Nathan Gass1-0/+6
2012-08-08some more special char tests (normal utf8 chars, \xc2 at end, null bytes)Nathan Gass1-0/+21
2012-08-07test changed nenewlinetags in myhtml with inheritance as used by mapNathan Gass1-0/+12
2012-08-07some tests for proper _cleanup with it_html tag functionsNathan Gass1-0/+12
2012-06-29numeric entities already handled (except for illegals, remove those)Urban Müller1-0/+1
2012-05-23any2utf8 triple encoding testUrban Müller1-1/+2
2012-05-21More tests for it_dbi::store() behaviourChristian Schneider1-5/+26
2012-05-21add store(), fix commentsUrban Müller1-2/+19
2012-05-18use IN instead of = if value is an arrayChristian Weber1-0/+5
2012-05-15support arrays in any2utf8Urban Müller1-1/+3
2012-05-10New update() optimization: Optimize away 42 <=> "42"Christian Schneider1-2/+17
2012-04-24merged it_html::fix_encoding in it::any2utf8Urban Müller2-11/+8
2012-04-20any2utf8 quote fix and testUrban Müller1-0/+2
2012-04-10simpler double encoding test avoids false positivesUrban Müller1-1/+0
2012-03-30correct GREEN HEART test descriptionChristian Weber1-1/+1
2012-03-30add GREEN HEART unit test for it_html::fix_encoding()Christian Weber1-0/+2
2012-03-28Fix it::ucwords and added tests for it::ucfirst and it::ucwordsChristian Schneider1-0/+4
2012-03-28Added tests for it::replace with nbsp, it::any2utf8Christian Schneider1-0/+15
2012-03-28Added it::any2utf8, fixed it::replace fast path to add u modified, added erro...Christian Schneider1-0/+1
2012-03-26space after \#Nathan Gass1-6/+6
2012-03-26make get and get_multi tests encoding agnosticNathan Gass1-14/+10
2012-03-26new utf8 safe functions it::grep and it::substr_replaceNathan Gass1-0/+8
2012-03-26Improve it_html testsChristian Schneider1-11/+11