Update ip-tests.ts

This commit is contained in:
Moshe Atlow
2016-09-29 22:57:17 +03:00
committed by GitHub
parent 71ae898a05
commit 43d17ebbfe

View File

@@ -19,3 +19,4 @@ var buff:any = ip.toBuffer(myIP);
ip.toString(buff);
ip.subnet('192.168.1.134', '255.255.255.192');
ip.cidrSubnet('192.168.1.134/26');
ip.cidrSubnet('192.168.1.134/26').contains('192.168.1.134');