diff options
| author | Dylan Araps <[email protected]> | 2017-06-30 09:22:43 +1000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-06-30 09:22:43 +1000 |
| commit | d865a5fd3cb7bc93091564abecc8b2c1aca35d04 (patch) | |
| tree | 81d57f74322b1084fe8a79512219d07157219d42 /tests/test_files | |
| parent | template: Fix whitespace. (diff) | |
| parent | template: refactor to allow {color1.rgb} notation and remove putty exception (diff) | |
| download | pywal-d865a5fd3cb7bc93091564abecc8b2c1aca35d04.tar.xz pywal-d865a5fd3cb7bc93091564abecc8b2c1aca35d04.zip | |
Merge pull request #20 from opatut/refactor-templating
Refactor tempalting to allow {color1.rgb} notation and remove putty exception
Diffstat (limited to 'tests/test_files')
| -rw-r--r-- | tests/test_files/templates/test_template | 3 | ||||
| -rw-r--r-- | tests/test_files/test_template | 2 |
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} |