blob: 6996bd228b4a52e09b2a0f6fc3d1171cb221dd25 [file] [log] [blame]
(:*******************************************************:)
(: Test: VarDecl007.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