Changeset: e0da98ef090f for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e0da98ef090f
Added Files:
        sql/test/json/Tests/jsontext.Bug-6859.stable.err
        sql/test/json/Tests/jsontext.Bug-6859.stable.out
Branch: Jun2020
Log Message:

Approve test results


diffs (52 lines):

diff --git a/sql/test/json/Tests/jsontext.Bug-6859.stable.err 
b/sql/test/json/Tests/jsontext.Bug-6859.stable.err
new file mode 100644
--- /dev/null
+++ b/sql/test/json/Tests/jsontext.Bug-6859.stable.err
@@ -0,0 +1,12 @@
+stderr of test 'jsontext.Bug-6859` in directory 'sql/test/json` itself:
+
+
+# 10:51:41 >  
+# 10:51:41 >  "mclient" "-lsql" "-ftest" "-tnone" "-Eutf-8" "-i" "-e" 
"--host=/var/tmp/mtest-2739722" "--port=39078"
+# 10:51:41 >  
+
+
+# 10:51:41 >  
+# 10:51:41 >  "Done."
+# 10:51:41 >  
+
diff --git a/sql/test/json/Tests/jsontext.Bug-6859.stable.out 
b/sql/test/json/Tests/jsontext.Bug-6859.stable.out
new file mode 100644
--- /dev/null
+++ b/sql/test/json/Tests/jsontext.Bug-6859.stable.out
@@ -0,0 +1,30 @@
+stdout of test 'jsontext.Bug-6859` in directory 'sql/test/json` itself:
+
+
+# 10:51:41 >  
+# 10:51:41 >  "mclient" "-lsql" "-ftest" "-tnone" "-Eutf-8" "-i" "-e" 
"--host=/var/tmp/mtest-2739722" "--port=39078"
+# 10:51:41 >  
+
+#select json.text(json '[1,2,3,4]', 'a');
+% .%2 # table_name
+% %2 # name
+% clob # type
+% 7 # length
+[ "1a2a3a4"    ]
+#select json.text(json '[1,2,3,4]', 'ax');
+% .%2 # table_name
+% %2 # name
+% clob # type
+% 10 # length
+[ "1ax2ax3ax4" ]
+#select json.text(json '[1,2,3,4]', 'test');
+% .%2 # table_name
+% %2 # name
+% clob # type
+% 16 # length
+[ "1test2test3test4"   ]
+
+# 10:51:41 >  
+# 10:51:41 >  "Done."
+# 10:51:41 >  
+
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to