From fdbe2e9521aa54ec6e0b70c1cb0f532248e531e4 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Sat, 24 May 2014 01:29:11 +0200 Subject: Fixed ste:get Didn't work at all before. The varname was not passed correctly. Also added the test case that showed this. --- tests/test_getset/want | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/test_getset/want (limited to 'tests/test_getset/want') diff --git a/tests/test_getset/want b/tests/test_getset/want new file mode 100644 index 0000000..567c753 --- /dev/null +++ b/tests/test_getset/want @@ -0,0 +1,4 @@ +$foo = bar +$foo = bar +$foo = baz +$foo = baz -- cgit v1.2.3-54-g00ecf