diff options
| author | Paul Bienkowski <pb@opatut.de> | 2017-06-29 16:47:13 +0200 |
|---|---|---|
| committer | Paul Bienkowski <pb@opatut.de> | 2017-06-29 16:47:13 +0200 |
| commit | 9de88ad3b84d6211df5e8174db5c8b71a3bd3811 (patch) | |
| tree | 81d57f74322b1084fe8a79512219d07157219d42 /tests/test_files/templates/test_template | |
| parent | fce5036554a66c420d985f276e417b5ca86a4b04 (diff) | |
template: refactor to allow {color1.rgb} notation and remove putty exception
Diffstat (limited to 'tests/test_files/templates/test_template')
| -rw-r--r-- | tests/test_files/templates/test_template | 3 |
1 files changed, 3 insertions, 0 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} |
