summaryrefslogtreecommitdiffstats
path: root/src/tests/keywords/count-error
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/keywords/count-error')
-rw-r--r--src/tests/keywords/count-error11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/tests/keywords/count-error b/src/tests/keywords/count-error
new file mode 100644
index 0000000..f0723cb
--- /dev/null
+++ b/src/tests/keywords/count-error
@@ -0,0 +1,11 @@
+update control {
+ Cleartext-Password := 'hello'
+}
+
+update reply {
+ Filter-Id := "filter"
+}
+
+update request {
+ Tmp-String-0 := &reply:Filter-Id[#] # ERROR
+}