summaryrefslogtreecommitdiff
path: root/tests/test_files
diff options
context:
space:
mode:
authorPaul Bienkowski <pb@opatut.de>2017-06-29 16:47:13 +0200
committerPaul Bienkowski <pb@opatut.de>2017-06-29 16:47:13 +0200
commit9de88ad3b84d6211df5e8174db5c8b71a3bd3811 (patch)
tree81d57f74322b1084fe8a79512219d07157219d42 /tests/test_files
parentfce5036554a66c420d985f276e417b5ca86a4b04 (diff)
template: refactor to allow {color1.rgb} notation and remove putty exception
Diffstat (limited to 'tests/test_files')
-rw-r--r--tests/test_files/templates/test_template3
-rw-r--r--tests/test_files/test_template2
2 files changed, 3 insertions, 2 deletions
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}