File: parse_032.out

package info (click to toggle)
liboptimade-filter-perl 0.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 764 kB
  • sloc: perl: 947; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 617 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$VAR1 = bless( {
                 'operands' => [
                                 bless( {
                                          'name' => [
                                                      'list'
                                                    ]
                                        }, 'OPTIMADE::Filter::Property' ),
                                 'string"with"quotes'
                               ],
                 'operator' => 'CONTAINS'
               }, 'OPTIMADE::Filter::Comparison' );
== Filter ==
(list CONTAINS "string\"with\"quotes")
== SQL ==
'list' LIKE "%string""with""quotes%"