10 lines
120 B
Text
10 lines
120 B
Text
|
--TEST--
|
||
|
!~ is a pgsql operator, but treating as two unary operators
|
||
|
--INPUT--
|
||
|
SELECT !~
|
||
|
--EXPECTED--
|
||
|
E SELECT
|
||
|
o !
|
||
|
o ~
|
||
|
|