Diff for /parser3/tests/389.html between versions 1.4 and 1.8

version 1.4, 2017/12/10 01:46:32 version 1.8, 2024/12/13 13:54:03
Line 1 Line 1
   @main[]
 code coverage tests:  code coverage tests:
   
 1. int  1. int
Line 25  code coverage tests: Line 26  code coverage tests:
     4.6 ^try-catch{ ^inet:ip2name[ip; $.no-such-option[] ] }      4.6 ^try-catch{ ^inet:ip2name[ip; $.no-such-option[] ] }
     4.7 ^try-catch{ ^inet:ip2name[ip; $.ipv[invalid] ] }      4.7 ^try-catch{ ^inet:ip2name[ip; $.ipv[invalid] ] }
     4.8 ^try-catch{ ^inet:ip2name[1.1.1.300] }      4.8 ^try-catch{ ^inet:ip2name[1.1.1.300] }
     4.9 ^try-catch{ ^inet:ip2name[1.1.1.1; $.ipv[6] ] }      4.9 ^try-catch-filtered{ ^inet:ip2name[1.1.1.1; $.ipv[6] ] }(28)
   
     4.11 ^try-catch{ ^inet:name2ip[$empty] }      4.11 ^try-catch{ ^inet:name2ip[$empty] }
     4.12 ^try-catch{ ^inet:name2ip[name; $.no-such-option[] ] }      4.12 ^try-catch{ ^inet:name2ip[name; $.no-such-option[] ] }
     4.13 ^try-catch{ ^inet:name2ip[no-such-domain.артлебедев.рф; $.ipv[6] ] }      4.13 ^try-catch-filtered{ ^inet:name2ip[no-such-domain.артлебедев.рф; $.ipv[6] ] }(70)
     4.14 ^inet:name2ip[test.артлебедев.рф; $.ipv[6] ]      4.14 ^try-catch{ ^inet:name2ip[test.артлебедев.рф; $.ipv[6] ] }
   
 5. math  5. math
     5.1 ^math:random(1)      5.1 ^math:random(1)
Line 43  code coverage tests: Line 44  code coverage tests:
     5.10 ^try-catch{ ^math:convert[1](17;10) }      5.10 ^try-catch{ ^math:convert[1](17;10) }
     5.11 ^try-catch{ ^math:convert[1](10;17) }      5.11 ^try-catch{ ^math:convert[1](10;17) }
     5.12 ^math:convert[$empty](10;10)      5.12 ^math:convert[$empty](10;10)
     5.13 ^math:convert[+FF](16;10)      5.13 ^math:convert[  +FF  ](16;10)
   
 6. string  6. string
     6.1 ^try-catch{ $s[] ^s.int[] }      6.1 ^try-catch{ $s[] ^s.int[] }

Removed from v.1.4  
changed lines
  Added in v.1.8


E-mail: