summaryrefslogtreecommitdiff
path: root/test/nsurl.c
Commit message (Collapse)AuthorAgeFilesLines
* Add nsurl_replace_query. Add tests. Make tester itterate remaining ↵Michael Drake2012-10-111-0/+69
| | | | lwc_strings.
* Add some tests.Michael Drake2011-11-031-0/+8
| | | | svn path=/trunk/netsurf/; revision=13114
* More test cases.Michael Drake2011-10-311-0/+14
| | | | svn path=/trunk/netsurf/; revision=13109
* Add a couple of tests and tidy up.Michael Drake2011-10-151-10/+25
| | | | svn path=/trunk/netsurf/; revision=13063
* Remove unnecessary stub functionsJohn Mark Bell2011-10-151-18/+0
| | | | svn path=/trunk/netsurf/; revision=13060
* Stub messages_get, insteadJohn Mark Bell2011-10-151-1/+8
| | | | svn path=/trunk/netsurf/; revision=13057
* Fix handling of no schemeJohn Mark Bell2011-10-151-0/+2
| | | | svn path=/trunk/netsurf/; revision=13055
* A bunch more tests for trivial inputsJohn Mark Bell2011-10-141-0/+5
| | | | svn path=/trunk/netsurf/; revision=13052
* Move nsurl test suite into test/John Mark Bell2011-10-141-0/+186
Fix up llcache tester to reflect nsurl changes Make handling of http:,http:/,http:// consistent Fix buffer overflow when presented with an input string: "http://" svn path=/trunk/netsurf/; revision=13051