platform/libinjection/tests/test-tokens-operators-002.txt
2019-08-16 10:42:40 -04:00

10 lines
116 B
Text

--TEST--
Slash operator has multiple contexts / vs //
--INPUT--
SELECT 1 / 2;
--EXPECTED--
E SELECT
1 1
o /
1 2
; ;