summaryrefslogtreecommitdiffstats
path: root/tests/expected/libsmartcols/filter-number-and-or
diff options
context:
space:
mode:
Diffstat (limited to 'tests/expected/libsmartcols/filter-number-and-or')
-rw-r--r--tests/expected/libsmartcols/filter-number-and-or7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/expected/libsmartcols/filter-number-and-or b/tests/expected/libsmartcols/filter-number-and-or
new file mode 100644
index 0000000..79ee4cb
--- /dev/null
+++ b/tests/expected/libsmartcols/filter-number-and-or
@@ -0,0 +1,7 @@
+expr: (NUM >= 3 && NUM <= 100) || NUM == 0
+
+NAME NUM
+aaaa 0
+bbb 100
+ccccc 21
+dddddd 3