← Back to team overview

zorba-coders team mailing list archive

[Merge] lp:~zorba-coders/zorba/feature-compare_null into lp:zorba

 

Matthias Brantner has proposed merging lp:~zorba-coders/zorba/feature-compare_null into lp:zorba.

Commit message:
added additional test comparing null eq ()

Requested reviews:
  Ghislain Fourny (gislenius)
  Matthias Brantner (matthias-brantner)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/feature-compare_null/+merge/159871
-- 
https://code.launchpad.net/~zorba-coders/zorba/feature-compare_null/+merge/159871
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'test/rbkt/Queries/zorba/jsoniq/null08.jq'
--- test/rbkt/Queries/zorba/jsoniq/null08.jq	2013-03-24 19:06:30 +0000
+++ test/rbkt/Queries/zorba/jsoniq/null08.jq	2013-04-19 19:05:33 +0000
@@ -1,1 +1,1 @@
-null eq null, null ne null
+null eq null, null ne null, null eq ()


Follow ups