Annotation of parser3/tests/todo.txt, revision 1.6

1.1       paf         1: $image[^image::create(10;10)]
                      2: $response:download[^image.gif[a.gif]]
1.2       paf         3: 
                      4: 
                      5: ----------
                      6: 
                      7: #xxx
                      8: 
                      9: "a -""
                     10: #xx
                     11: *b"    c
                     12: #c
                     13: a"b    c!
                     14: 
                     15: $t[^table::load[excel.txt;$.column-encloser["]]]
                     16: $c[^t.columns[]]
                     17: ^c.menu{=$c.column=|}<br>
                     18: ^t.menu{
                     19:        ^c.menu{
                     20:                =$t.[$c.column]=|
                     21:        }
                     22:        <br>
                     23: 
                     24: }
1.3       paf        25: 
                     26: 
                     27: ---------------
                     28: 
                     29: $t[^table::create{a    b
                     30: ^taint[av      av]     ^taint[b
                     31: v]}]
                     32: 
                     33: ^t.save[t.cfg;
                     34:        $.encloser["]
                     35: ]
1.4       paf        36: 
                     37: ----------------
                     38: 
1.5       paf        39: @main[]
                     40: ^test[]
                     41: #^memory:compact[]
                     42: 
                     43: @test[]
1.4       paf        44: $hf[^hashfile::open[hf]]
1.5       paf        45: $hf.bomb[$.value[alive]$.expires(1/24/60/60*3)]
                     46: =$hf.bomb=
                     47: 
                     48: @other[]
1.4       paf        49: $hf.paf[works]
1.5       paf        50: #clear!^hf.clear[]<br>
                     51: =$hf.paf=
                     52: 
                     53: $hf.pif[pworks]
                     54: <hr>
                     55: #^hf.delete[paf]
                     56: =$hf.paf=
                     57: <hr>
                     58: hash:<br>
                     59: $h[^hf.hash[]]
                     60: ^h.foreach[k;v]{
                     61: $k=$v<br>
                     62: }
                     63: <hr>
                     64: hashfile:<br>
                     65: 
                     66: ^hf.foreach[k;v]{
                     67: $k=$v<br>
                     68: }
                     69: 

E-mail: