Annotation of parser3/tests/413.html, revision 1.2
1.2 ! moko 1: @main[]
1.1 moko 2: 1. ^try-catch{ ^image::measure[ $.name[name] ] }
3: 2. ^try-catch{ ^math:convert[ $.k[v] ](10;16) }
4: 3. ^try-catch{ ^mail:send[
5: $.from[from@parser3test]
6: $.to[to@parser3test]
7: $.print-debug(1)
8: $.file[
9: $.value(3)
10: ]
11: ] }
1.2 ! moko 12: 4. ^try-catch{ ^image::measure[ ^TProxy::new[ $.name[name] ] ] }
! 13: 5. ^try-catch{ ^json:string[ ^image::measure[ ^TProxy::new[ ^file::load[binary;395_dir/1.bmp] ] ] ] }
! 14:
! 15: @CLASS
! 16: TProxy
! 17:
! 18: @new[data]
! 19: $self._data[$data]
! 20:
! 21: @GET[context]
! 22: $result[$self._data]
E-mail: