From 1b8b152e791df579035f7b7c8dd621938f7de3c0 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Fri, 15 Dec 2017 20:41:28 +0100 Subject: ctrl_test: add two more current parsing bugs to prep for fix Change-Id: Id11bc326be2f0bc2746a928354e416495a18baf7 --- tests/ctrl/ctrl_test.ok | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'tests/ctrl/ctrl_test.ok') diff --git a/tests/ctrl/ctrl_test.ok b/tests/ctrl/ctrl_test.ok index 210c5997..4a3a1696 100644 --- a/tests/ctrl/ctrl_test.ok +++ b/tests/ctrl/ctrl_test.ok @@ -34,6 +34,24 @@ reply = '(null)' handling: replied: 'ERROR 1 Command not found' ok +test: 'GET 1 var\ti\table' +parsing: +id = '1' +variable = 'var\ti\table' +value = '(null)' +reply = '(null)' +handling: +replied: 'ERROR 1 Command not found' +ok +test: 'GET 1 var\ri\rable' +parsing: +id = '1' +variable = 'var\ri\rable' +value = '(null)' +reply = '(null)' +handling: +replied: 'ERROR 1 Command not found' +ok test: 'GET 1 variable value' parsing: id = '1' -- cgit v1.2.3