From 5c159a3a09b62dcc471b410d07df04002c36d14e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Fri, 1 Jan 2016 22:34:55 +0100 Subject: [PATCH] Add few more tests to test-is-public-builtin.c --- tests/test-is-public-builtin.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/test-is-public-builtin.c b/tests/test-is-public-builtin.c index 70603ea..a38f284 100644 --- a/tests/test-is-public-builtin.c +++ b/tests/test-is-public-builtin.c @@ -80,6 +80,10 @@ static void test_psl(void) { ".forgot.his.name", 1 }, { "whoever.his.name", 0 }, { "whoever.forgot.his.name", 0 }, + { "whatever.platform.sh", 1 }, + { ".platform.sh", 1 }, + { "whatever.yokohama.jp", 1 }, + { ".yokohama.jp", 1 }, { ".", 1 }, /* special case */ { "", 1 }, /* special case */ { NULL, 1 }, /* special case */