summaryrefslogtreecommitdiff
path: root/tests/has_ip_network.pp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/has_ip_network.pp')
-rw-r--r--tests/has_ip_network.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/has_ip_network.pp b/tests/has_ip_network.pp
new file mode 100644
index 0000000..036d649
--- /dev/null
+++ b/tests/has_ip_network.pp
@@ -0,0 +1,4 @@
+include stdlib
+info("has_ip_network('127.0.0.0'):", has_ip_network('127.0.0.0'))
+info("has_ip_network('128.0.0.0'):", has_ip_network('128.0.0.0'))
+