Annotation of parser3/tests/348.html, revision 1.1
1.1 ! moko 1: @main[]
! 2: $v[a^taint[ ]b]
! 3:
! 4: ^test[v1 v2 v3
! 5: $v d e ]
! 6:
! 7: ^test[
! 8: v1 $v v3
! 9: a b c]
! 10:
! 11: ^test[v1 $v v3
! 12: a b c
! 13: ]
! 14:
! 15: ^test[v1 v2 v3
! 16:
! 17: a b c]
! 18:
! 19: ^test[v1 v2 v3
! 20:
! 21: a b c
! 22:
! 23: c d e
! 24: ]
! 25:
! 26: $t[^table::load[test.cfg]]
! 27: ^json:string[$t; $.indent(true) ]
! 28:
! 29:
! 30: @test[data]
! 31: $t[^table::create{$data}]
! 32: ^json:string[$t; $.indent(true) ]
E-mail: