Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

M4,Autoconf: allow to run a subparser inside quoted area #3833

Merged
merged 5 commits into from
Oct 21, 2023

Conversation

masatake
Copy link
Member

input.m4:

    AC_CHECK_HEADERS([stdbool.h],
    [
	    AC_DEFINE([USE_STDBOOL_H])
    ])

output.tags:

USE_STDBOOL_H	foo.m4	/^	    AC_DEFINE([USE_STDBOOL_H])$/;"	kind:definition	line:3	language:Autoconf	roles:def	extras:subparser	end:3

@codecov
Copy link

codecov bot commented Oct 20, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (549d884) 85.03% compared to head (9626677) 85.04%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3833   +/-   ##
=======================================
  Coverage   85.03%   85.04%           
=======================================
  Files         228      228           
  Lines       53906    53935   +29     
=======================================
+ Hits        45840    45869   +29     
  Misses       8066     8066           
Files Coverage Δ
extra-cmds/utiltest.c 100.00% <100.00%> (ø)
main/numarray.c 33.33% <ø> (ø)
parsers/autoconf.c 97.36% <100.00%> (+0.07%) ⬆️
parsers/m4.c 94.19% <97.77%> (+0.35%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
@masatake masatake merged commit ad0dfc8 into universal-ctags:master Oct 21, 2023
42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant