units.py: pass --sort=no to ctags by default
Author: masatakeCreated May 31, 2026Updated May 31, 2026
Could you add
args.ctagsfile with the following contents:--sort=noIt helps me (and potential reviewers) understand the expected output of the test case.
Done. By the way, if that is desired for all tests, wouldn't it be simpler to add it by default in units.py?
Originally posted by @dolik-rce in https://github.com/universal-ctags/ctags/issues/4434#issuecomment-4586264570
Source: universal-ctags/ctags