[arch-commits] Commit in python-language-server/trunk (fix-test.patch)
Morten Linderud
foxboron at archlinux.org
Fri Nov 13 18:21:40 UTC 2020
Date: Friday, November 13, 2020 @ 18:21:39
Author: foxboron
Revision: 753956
Forgot patch
Added:
python-language-server/trunk/fix-test.patch
----------------+
fix-test.patch | 12 ++++++++++++
1 file changed, 12 insertions(+)
Added: fix-test.patch
===================================================================
--- fix-test.patch (rev 0)
+++ fix-test.patch 2020-11-13 18:21:39 UTC (rev 753956)
@@ -0,0 +1,12 @@
+diff --git a/test/plugins/test_folding.py b/test/plugins/test_folding.py
+index 05f0cdd..06e644f 100644
+--- a/test/plugins/test_folding.py
++++ b/test/plugins/test_folding.py
+@@ -118,6 +118,7 @@ def test_folding(workspace):
+ {'startLine': 2, 'endLine': 3},
+ {'startLine': 5, 'endLine': 6},
+ {'startLine': 8, 'endLine': 11},
++ {'startLine': 9, 'endLine': 10},
+ {'startLine': 12, 'endLine': 20},
+ {'startLine': 13, 'endLine': 14},
+ {'startLine': 15, 'endLine': 16},
More information about the arch-commits
mailing list