mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-02-11 05:31:09 +00:00
13 lines
252 B
YAML
13 lines
252 B
YAML
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
|