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 PlenaryBustedDirectory command #455

Merged
merged 1 commit into from
Feb 19, 2023

Conversation

ThomasFeher
Copy link
Contributor

expand() should only be called for the first argument, not for the second one.
The second argument is a string representation of a Lua option table which did work in case of a single entry, where only the braces were removed.
For multiple entries Lua was not able to parse the expanded version as option table anymore, though.

expand() should only be called for the first argument, not for the
second one.
The second argument is a string representation of a Lua option table
which did work in case of a single entry, where only the braces were
removed.
For multiple entries Lua was not able to parse the expanded version as
option table anymore, though.
@hiimog
Copy link

hiimog commented Feb 2, 2023

I have tested this and can confirm it works now.

@Conni2461
Copy link
Collaborator

thanks :)

@Conni2461 Conni2461 merged commit 253d348 into nvim-lua:master Feb 19, 2023
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.

None yet

3 participants