blob: 7b9d4e5e556650d6f41944f4738e258c15da6317 [file] [log] [blame]
(:*******************************************************:)
(: Test: VarDecl008.xq :)
(: Written By: Ravindranath Chennoju :)
(: Date: Wed Jun 29 14:28:57 2005 :)
(: Purpose - Variable with no type definition :)
(:*******************************************************:)
declare variable $x := 'a " or a '' delimits a string literal' ;
$x