summaryrefslogtreecommitdiffstats
path: root/tests/Lexer/LexerTest.php
diff options
context:
space:
mode:
authorDeven Bansod <devenbansod.bits@gmail.com>2016-10-21 12:13:12 +0530
committerDeven Bansod <devenbansod.bits@gmail.com>2016-10-21 12:21:51 +0530
commita54adc82d185722d36a0d1350c3ce80298aa15a4 (patch)
tree9d283d311de7d7a24747d2c86fbc8167bdc4d226 /tests/Lexer/LexerTest.php
parent06f7d5232581c3a0afd84cf54a549a0b79355adc (diff)
downloadsql-parser-a54adc82d185722d36a0d1350c3ce80298aa15a4.zip
sql-parser-a54adc82d185722d36a0d1350c3ce80298aa15a4.tar.gz
sql-parser-a54adc82d185722d36a0d1350c3ce80298aa15a4.tar.bz2
Enable Lexing of begin_label in the in-procedure statements
Ex. BEGIN.. END, LOOP, REPEAT, WHILE statements Fix #57 Fix phpmyadmin/phpmyadmin#12344 Fix phpmyadmin/phpmyadmin#12228 Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
Diffstat (limited to 'tests/Lexer/LexerTest.php')
-rw-r--r--tests/Lexer/LexerTest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Lexer/LexerTest.php b/tests/Lexer/LexerTest.php
index 9c22768..0bcd3f7 100644
--- a/tests/Lexer/LexerTest.php
+++ b/tests/Lexer/LexerTest.php
@@ -80,6 +80,8 @@ class LexerTest extends TestCase
array('lexer/lexSymbolErr3'),
array('lexer/lexSymbolUser'),
array('lexer/lexWhitespace'),
+ array('lexer/lexLabel1'),
+ array('lexer/lexLabel2'),
);
}
}