Skip to content

feat(LEXER): support function names containing dots#97

Merged
infertux merged 1 commit intoinfertux:masterfrom
niall-byrne:master
Jul 28, 2025
Merged

feat(LEXER): support function names containing dots#97
infertux merged 1 commit intoinfertux:masterfrom
niall-byrne:master

Conversation

@niall-byrne
Copy link
Copy Markdown
Contributor

Bash supports having dots in function names:

pseudo.oo.fn() { echo "hello there"; }

This short commit expands the regex to support this usage.

@infertux
Copy link
Copy Markdown
Owner

Thank you for the patch and for updating the test. I will merge it shortly.

@infertux infertux merged commit adf4a1b into infertux:master Jul 28, 2025
11 checks passed
@infertux
Copy link
Copy Markdown
Owner

@niall-byrne FYI I just published Bashcov 3.2.0 with this fix (and a few other fixes).

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