diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-08-10 11:19:14 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-08-10 11:19:14 +0200 |
commit | 3076df2628f514b50065912a72269f2dc717e164 (patch) | |
tree | 07549856302db4ddd19421ecb02029391fa30383 /common/query/test.std | |
parent | b9161e6e332cb0279ef8616dbbce4c90b60bce15 (diff) |
Query test
Diffstat (limited to 'common/query/test.std')
-rw-r--r-- | common/query/test.std | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/common/query/test.std b/common/query/test.std new file mode 100644 index 0000000..0235af1 --- /dev/null +++ b/common/query/test.std @@ -0,0 +1,15 @@ +test 001 +John Doe 30 +Jane Doe 29 +Joe Dirt 31 +test 002 +Jane Doe 29 +John Doe 30 +Joe Dirt 31 +test 003 +John Doe 30 +test 004 +John Doe 30 +test 005 +John Doe 30 +Joe Dirt 31 |