File:  [parser3project] / parser3 / tests / 389.html
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Dec 6 01:51:26 2017 UTC (8 years, 7 months ago) by moko
Branches: MAIN
CVS tags: HEAD
code coverage tests for sql (using sqlite) and int/double/bool added (related to feature #1125)

code coverage tests:

1. int
    $s[1]
    $i(^s.int[])
    1.1 ^i.double(2)
    1.2 ^i.dec(1) $i
    1.3 ^i.inc(1) $i
    1.4 ^i.mul(2) $i

2. double
    $d(1.1)
    2.1 ^d.double(2)

3. bool
    $b(true)
    3.1 ^b.double(2)
    3.2 ^if(^b.bool(false)){true}{false}


E-mail: