Added modules
This commit is contained in:
parent
c53c931217
commit
59ec520742
646 changed files with 35182 additions and 0 deletions
3
modules/stdlib/tests/has_ip_address.pp
Normal file
3
modules/stdlib/tests/has_ip_address.pp
Normal file
|
@ -0,0 +1,3 @@
|
|||
include stdlib
|
||||
info('has_ip_address(\'192.168.1.256\'):', has_ip_address('192.168.1.256'))
|
||||
info('has_ip_address(\'127.0.0.1\'):', has_ip_address('127.0.0.1'))
|
Loading…
Add table
Add a link
Reference in a new issue