File:  [parser3project] / parser3 / tests / results / 180.processed
Revision 1.5: download - view: text, annotated - select for diffs - revision graph
Mon May 20 23:28:44 2024 UTC (2 years, 1 month ago) by moko
Branches: MAIN
CVS tags: release_3_5_1, release_3_5_0, HEAD
@try-catch-comment added and used

Content-Type: text/html
Content-Length: 939

<table border="1">
<tr>
<td>IP</td>
<td>^inet:aton[IP]</td>
<td>^inet:ntoa(^inet:aton[IP])</td>
</tr>
<tr>
<td>10.0.0.2</td>
<td>167772162</td>
<td>10.0.0.2</td>
</tr>
<tr>
<td>213.152.135.132</td>
<td>3583543172</td>
<td>213.152.135.132</td>
</tr>
<tr>
<td>255.255.255.254</td>
<td>4294967294</td>
<td>255.255.255.254</td>
</tr>
<tr>
<td>255.255.255.255</td>
<td>4294967295</td>
<td>255.255.255.255</td>
</tr>
<tr>
<td>10.0.0..2</td>
<td>
Exception: Invalid IP address '10.0.0..2' specified.
</td>
<td>&mdash;</td>
</tr>
<tr>
<td>10.1</td>
<td>
Exception: Invalid IP address '10.1' specified.
</td>
<td>&mdash;</td>
</tr>
<tr>
<td>.10.1.1.1</td>
<td>
Exception: Invalid IP address '.10.1.1.1' specified.
</td>
<td>&mdash;</td>
</tr>
<tr>
<td>10.1.1.</td>
<td>
Exception: Invalid IP address '10.1.1.' specified.
</td>
<td>&mdash;</td>
</tr>
<tr>
<td></td>
<td>
Exception: IP address must not be empty.
</td>
<td>&mdash;</td>
</tr>
</table>

E-mail: