platform/libinjection/tests/test-folding-094.txt
2019-08-16 10:42:40 -04:00

12 lines
95 B
Text

--TEST--
test of ODBC brace typing
--INPUT--
select {foo 1};
--EXPECTED--
E select
1 1
; ;