diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2016-10-13 20:10:41 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2016-10-13 20:13:05 +0100 |
| commit | 5af29b025419fa3df9f82b99478f64e6e13855d4 (patch) | |
| tree | c52fa390878da96d9d41281f2d1e938ff8e6da34 /test/regression/860-python-incorrect-commenting/rc | |
| parent | 6bfc68d4f3ca6405561722d8040353a0ad3cbf65 (diff) | |
Fix python comment copy logic in python.kak
And introduce the first unit test that sources bundled support
scripts.
Fixes #860
Diffstat (limited to 'test/regression/860-python-incorrect-commenting/rc')
| -rw-r--r-- | test/regression/860-python-incorrect-commenting/rc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/regression/860-python-incorrect-commenting/rc b/test/regression/860-python-incorrect-commenting/rc new file mode 100644 index 00000000..4eec08e1 --- /dev/null +++ b/test/regression/860-python-incorrect-commenting/rc @@ -0,0 +1,4 @@ +source "%val{runtime}/colors/default.kak" +source "%val{runtime}/rc/core/formatter.kak" +source "%val{runtime}/rc/core/python.kak" +set buffer filetype python |
