blob: 0c44e4c08617797811f7b3d7fcf62f9a97b0fa27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
desc: Regression tests for issue 4132
table_variable_name: tbl
tests:
- cd: r.and()
py: r.and_()
ot: true
- cd: r.or()
py: r.or_()
ot: false
- cd: r.expr(false).or(nil)
py: r.expr(false).or_(nil)
ot: nil
|