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/in | |
| 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/in')
| -rw-r--r-- | test/regression/860-python-incorrect-commenting/in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/regression/860-python-incorrect-commenting/in b/test/regression/860-python-incorrect-commenting/in new file mode 100644 index 00000000..be851b25 --- /dev/null +++ b/test/regression/860-python-incorrect-commenting/in @@ -0,0 +1,2 @@ +# comment +if haha |
