aboutsummaryrefslogtreecommitdiff
path: root/tests/input_files/ifneq_2
diff options
context:
space:
mode:
Diffstat (limited to 'tests/input_files/ifneq_2')
-rw-r--r--tests/input_files/ifneq_23
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/input_files/ifneq_2 b/tests/input_files/ifneq_2
new file mode 100644
index 0000000..8145e9f
--- /dev/null
+++ b/tests/input_files/ifneq_2
@@ -0,0 +1,3 @@
+ifneq(a, b, true, false)
+---
+true