summaryrefslogtreecommitdiffstats
path: root/src/tests/keywords/virtual-exists
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/keywords/virtual-exists')
-rw-r--r--src/tests/keywords/virtual-exists12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/tests/keywords/virtual-exists b/src/tests/keywords/virtual-exists
new file mode 100644
index 0000000..7a8e8f3
--- /dev/null
+++ b/src/tests/keywords/virtual-exists
@@ -0,0 +1,12 @@
+#
+# PRE: update if
+#
+update control {
+ Cleartext-Password := 'hello'
+}
+
+if (&Client-Shortname) {
+ update reply {
+ Filter-Id := "filter"
+ }
+}