Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Sat, 27 Apr 2024 18:54:32 UTC Commit: 65bad205df3ce7a5bc089d3a71beac27e03b54de https://github.com/geany/geany/commit/65bad205df3ce7a5bc089d3a71beac27e03b54...
Log Message: ----------- Update asm test
Note: in C and other languages function arguments contain braces but it doesn't seem to be the case here. So instead of mymacro(args) we get mymacroargs in the pretty-printer script. Not sure if it's our problem or if the asm parser should be updated upstream.
Modified Paths: -------------- tests/ctags/masm.asm.tags
Modified: tests/ctags/masm.asm.tags 4 lines changed, 2 insertions(+), 2 deletions(-) =================================================================== @@ -16,7 +16,7 @@ myequ macro: myequ myequal�65536�0 macro: myequal -mymacro�16�0 -function: mymacro +mymacro�16�args�0 +function: mymacroargs mystruct�2048�0 struct: mystruct
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).