From 9de88ad3b84d6211df5e8174db5c8b71a3bd3811 Mon Sep 17 00:00:00 2001 From: Paul Bienkowski Date: Thu, 29 Jun 2017 16:47:13 +0200 Subject: template: refactor to allow {color1.rgb} notation and remove putty exception --- tests/test_files/templates/test_template | 3 +++ tests/test_files/test_template | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 tests/test_files/templates/test_template delete mode 100644 tests/test_files/test_template (limited to 'tests/test_files') diff --git a/tests/test_files/templates/test_template b/tests/test_files/templates/test_template new file mode 100644 index 0000000..af40ce7 --- /dev/null +++ b/tests/test_files/templates/test_template @@ -0,0 +1,3 @@ +test1 {color0} +test2 {background} +test3 {background.rgb} diff --git a/tests/test_files/test_template b/tests/test_files/test_template deleted file mode 100644 index 167e17b..0000000 --- a/tests/test_files/test_template +++ /dev/null @@ -1,2 +0,0 @@ -test {color0} -test {background} -- cgit v1.2.3