Code review comment for lp:~zorba-coders/zorba/new-jsoniq

Revision history for this message
Ghislain Fourny (gislenius) wrote :

I can not see any warning if a version declaration is present. Was it fixed? Am I doing something wrong?

jsoniq version "1.0";
declare namespace op = "http://www.zorba-xquery.com/options/features";
declare option op:enable "common-language";
{ "foo" : "bar" }

-> no warning for me.

review: Needs Fixing

« Back to merge proposal