summaryrefslogtreecommitdiff
path: root/test/scanners/sql/mysql-comments.expected.raydebug
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2010-03-21 09:23:09 +0000
committermurphy <murphy@rubychan.de>2010-03-21 09:23:09 +0000
commitdcb5ba733a30b1169497b980de57dbedc64f7927 (patch)
treec9e85cbd853184af962b7dd4571cbdc89b47e0a4 /test/scanners/sql/mysql-comments.expected.raydebug
parentc4ea49e6c7844dc7a1324859a7d331633b4b8bab (diff)
downloadcoderay-dcb5ba733a30b1169497b980de57dbedc64f7927.tar.gz
Tests for the improved SQL scanner.
Diffstat (limited to 'test/scanners/sql/mysql-comments.expected.raydebug')
-rw-r--r--test/scanners/sql/mysql-comments.expected.raydebug2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/scanners/sql/mysql-comments.expected.raydebug b/test/scanners/sql/mysql-comments.expected.raydebug
new file mode 100644
index 0000000..38f738c
--- /dev/null
+++ b/test/scanners/sql/mysql-comments.expected.raydebug
@@ -0,0 +1,2 @@
+class(SELECT) directive(/*! STRAIGHT_JOIN */) ident(col1) reserved(FROM) ident(table1)operator(,)ident(table2) reserved(WHERE) operator(.)operator(.)operator(.)
+class(CREATE) directive(/*!32302 TEMPORARY */) type(TABLE) ident(t) operator(()ident(a) pre_type(INT)operator(\))operator(;)