Sign in
eclipse
/
sourceediting
/
webtools.sourceediting.xpath.tests
/
84e43f52580a5278ec89936ca706a0e34bdc407a
/
.
/
tests
/
org.eclipse.wst.xml.xpath2.processor.tests
/
Queries
/
XQuery
/
Expressions
/
XQueryComment
/
XQueryComment014.xq
blob: 65b69184df9370ca92b343c2dec765889a96d1bc [
file
] [
log
] [
blame
]
(: Name: XQueryComment014 :)
(: Description: Comments inside a cast expression :)
(: insert-start :)
declare
variable
$input-context
external
;
(: insert-end :)
"10"
cast
as
(: type comment :)
xs:integer
?