diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/patree_test.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/patree_test.c b/test/patree_test.c index 73a51ed..07d4a79 100644 --- a/test/patree_test.c +++ b/test/patree_test.c @@ -29,6 +29,18 @@ static const char* strings[] = { "http://example.net/baz", "http://drobilla.net/", "http://drobilla.net/software/zix", + "http://www.gbengasesan.com/blog", + "http://www.gbengasesan.com", + "http://echo.jpl.nasa.gov/~lance/delta_v/delta_v.rendezvous.html", + "http://echo.jpl.nasa.gov/asteroids/1986da/1986DA.html", + "http://echo.jpl.nasa.gov/", + "http://echo.jpl.nasa.gov/asteroids/1620_Geographos/geographos.html", + "http://echo.jpl.nasa.gov/~ostro/KY26/", + "http://echo.jpl.nasa.gov/~ostro/KY26/JPL_press_release.text", + "http://echo.jpl.nasa.gov", + "http://echo.jpl.nasa.gov/asteroids/4179_Toutatis/toutatis.html", + "http://echo.jpl.nasa.gov/asteroids/4769_Castalia/cast01.html", + "http://echo.jpl.nasa.gov/publications/review_abs.html", }; static int |