@b4n approved this pull request.

LGTM otherwise


In HACKING:

> @@ -699,9 +699,13 @@ It can be either long or short, depending on what it tests.
 
 The expected output should be in the file ``tests/ctags/mytest.ext.tags``
 (which is the same name as the source, but with ``.tags`` appended), and
-should be in the format generated by ``geany -g``. This file contains
-the tag information expected to be generated from the corresponding
-source file.
+should be in the format generated by::
+
+    $ geany -g tmp.ext.tags tests/ctags/mytest.ext
+    $ cat tmp.ext.tags | scripts/print-tags.py > tests/ctags/mytest.ext.tags

nitpick: could use scripts/print-tags.py < tmp.ext.tags > tests/ctags/mytest.ext.tags and drop the 🐱


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3353/review/1233182706@github.com>