File:  [parser3project] / parser3 / tests / 132.html
Revision 1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Fri Apr 11 11:15:25 2003 UTC (23 years, 1 month ago) by paf
added few mustfail tests
130.html mustfail: empty regexp
131.html mustfail: invalid date/time
132.html mustfail: access to junction outside of context
133.html mustfail: access to junction outside of context, case version
134.html mustfail: hash: adding a key inside of foreach
135.html mustfail: modifying system class
136.html mustfail: $.name outside of $hash[here]
137.html mustfail: appendChild without import
138.html mustfail: invalid encoding inside of xml
139.html mustfail: bad XPath

@main[]
^try{	
	^mustfail[]
}{
	^if($exception.type eq parser.runtime){
		failed, that's OK
		$exception.handled(1)
	}
}

@mustfail[]
$var[aaa]
^if(1){
^tcrashlocaljunctions1[]
}

$j

@tcrashlocaljunctions1[][var]
$var[varvalue]
	$j{
		$var
	}
$j

E-mail: