16 lines
194 B
Text
16 lines
194 B
Text
|
--TEST--
|
||
|
Test folding of SQL type between operator and parenthesis. Ideally this folds to "1" but final right parens is captured.
|
||
|
--INPUT--
|
||
|
1 - (binary binary (2))
|
||
|
--EXPECTED--
|
||
|
1 1
|
||
|
) )
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|