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

Fix typo in asm.c #3757

Merged
merged 1 commit into from
Jul 13, 2023
Merged

Fix typo in asm.c #3757

merged 1 commit into from
Jul 13, 2023

Conversation

eltociear
Copy link
Contributor

begining -> beginning

@masatake
Copy link
Member

masatake commented Jul 4, 2023

Thank you. Could you update the expected output (https://github.com/universal-ctags/ctags/blob/master/Tmain/list-params.d/stdout-expected.txt) of the test cases?

Detail [compare]
------------------------------------------------------------
C:\projects\ctags\Tmain\list-params.d\stdout-diff.txt
	--- "./Tmain\\list-params.d/stdout-expected.txt"	2023-07-03 17:56:45.606240400 +0000
	+++ "C:\\projects\\ctags\\Tmain/list-params.d/stdout-actual.txt"	2023-07-03 17:57:19.992178200 +0000
	@@ -3,2 +3,2 @@
	-Asm            commentCharsAtBOL line comment chraracters at the begining of line ([;*@])
	-Asm            commentCharsInMOL line comment chraracters in the begining of line ([])
	+Asm            commentCharsAtBOL line comment chraracters at the beginning of line ([;*@])
	+Asm            commentCharsInMOL line comment chraracters in the beginning of line ([])
	@@ -17,2 +17,2 @@
	-Asm	commentCharsAtBOL	line comment chraracters at the begining of line ([;*@])
	-Asm	commentCharsInMOL	line comment chraracters in the begining of line ([])
	+Asm	commentCharsAtBOL	line comment chraracters at the beginning of line ([;*@])
	+Asm	commentCharsInMOL	line comment chraracters in the beginning of line ([])
	@@ -30,2 +30,2 @@
	-Asm	commentCharsAtBOL	line comment chraracters at the begining of line ([;*@])
	-Asm	commentCharsInMOL	line comment chraracters in the begining of line ([])
	+Asm	commentCharsAtBOL	line comment chraracters at the beginning of line ([;*@])
	+Asm	commentCharsInMOL	line comment chraracters in the beginning of line ([])
Command exited with code 1

begining -> beginning

(@masatake updated Tmain.)
@codecov
Copy link

codecov bot commented Jul 13, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.02 🎉

Comparison is base (2058211) 83.01% compared to head (3a2e7f7) 83.04%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3757      +/-   ##
==========================================
+ Coverage   83.01%   83.04%   +0.02%     
==========================================
  Files         227      227              
  Lines       55128    55175      +47     
==========================================
+ Hits        45766    45819      +53     
+ Misses       9362     9356       -6     
Impacted Files Coverage Δ
parsers/asm.c 99.27% <ø> (ø)

... and 6 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@masatake masatake merged commit 513f6fb into universal-ctags:master Jul 13, 2023
38 checks passed
@masatake
Copy link
Member

Thank you.

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.

2 participants