@elextr commented on this pull request.
> @@ -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 + +This file contains the tag information expected to be generated from +the corresponding source file together with its human-redable form. "readable" not "redable" otherwise fine -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3353#pullrequestreview-1225182438 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/pull/3353/review/[email protected]>
