From 68ffebc12fbbb6cdc87b7f6b1d73e3415958034a Mon Sep 17 00:00:00 2001 From: ygrek Date: Sat, 31 Jan 2015 12:56:09 +0800 Subject: [PATCH] + test/misc --- test/misc.sql | 1 + test/out/misc.xml | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 test/misc.sql create mode 100644 test/out/misc.xml diff --git a/test/misc.sql b/test/misc.sql new file mode 100644 index 0000000..a914cad --- /dev/null +++ b/test/misc.sql @@ -0,0 +1 @@ +SELECT strftime('%s','now'); diff --git a/test/out/misc.xml b/test/out/misc.xml new file mode 100644 index 0000000..5ec013b --- /dev/null +++ b/test/out/misc.xml @@ -0,0 +1,10 @@ + + + + + + + + + + -- 2.11.4.GIT