diff options
author | murphy <murphy@rubychan.de> | 2010-03-21 09:23:09 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2010-03-21 09:23:09 +0000 |
commit | dcb5ba733a30b1169497b980de57dbedc64f7927 (patch) | |
tree | c9e85cbd853184af962b7dd4571cbdc89b47e0a4 /test/scanners/sql/mysql-comments.expected.raydebug | |
parent | c4ea49e6c7844dc7a1324859a7d331633b4b8bab (diff) | |
download | coderay-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.raydebug | 2 |
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(;) |