File:  [parser3project] / parser3 / tests / 301.html
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Feb 3 09:48:11 2015 UTC (11 years, 5 months ago) by misha
Branches: MAIN
CVS tags: release_3_5_1, release_3_5_0, release_3_4_6, release_3_4_5, release_3_4_4, HEAD
- test for ^json:string($double) causes exception. bugfix: #1008

@main[]
$double(1.2)
$int(^double.int[])
$s{code with string and ^^eval(2+2)=^eval(2+2)}

$h[
	$.double[^json:string($double)]
	$.int[^json:string($int)]
	$.code[^json:string{$s}]
	$.date[^json:string[^date::create(2001;02;03;04;05;06)]]
	$.table[^json:string[^table::create[nameless]{a	b	c}]]
]
^$h.double: $h.double<br />
^$h.int: $h.int<br />
^$h.code: $h.code<br />
^$h.date: $h.date<br />
^$h.table: $h.table<br />

E-mail: