File:  [parser3project] / parser3 / tests / 130.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, 4 months 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 ''){
		failed, that's OK
		$exception.handled(1)
	}
}

@mustfail[]
$s[abc]
^if(^s.match[][i]){y}{n}


E-mail: