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

variables: Relax variable name validation #705

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

tchx84
Copy link
Owner

@tchx84 tchx84 commented Jul 13, 2024

Fixes #700

@tchx84 tchx84 marked this pull request as draft July 13, 2024 15:09
@@ -803,7 +803,7 @@ describe('Model', function() {

expect(permissionsDefault.variables).toEqual('TEST=yes');

permissionsDefault.set_property('variables', 'TEST=yes;TE ST=no');
permissionsDefault.set_property('variables', 'TEST=yes;TE;ST=no');
Copy link
Owner Author

@tchx84 tchx84 Jul 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note to future self; find a better way to serialize/deserialize this list, in a way that doesn't clash with the actual values...

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.

Pavucontol environment variable issue
1 participant