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

Consecutive bindings are not replaced #79

Closed
Airblader opened this issue Mar 23, 2018 · 0 comments · Fixed by #80
Closed

Consecutive bindings are not replaced #79

Airblader opened this issue Mar 23, 2018 · 0 comments · Fixed by #80
Labels

Comments

@Airblader
Copy link
Owner

From https://tronche.com/gui/x/xlib/resource-manager/file-syntax.html:

If a ResourceName contains a contiguous sequence of two or more Binding characters, the sequence will be replaced with single .'' character if the sequence contains only .'' characters; otherwise, the sequence will be replaced with a single ``*'' character.

@Airblader Airblader added the bug label Mar 23, 2018
Airblader added a commit that referenced this issue Mar 24, 2018
As per the specification, if several bindings (".", "*") are following
each other, they are treated as if there was only a single binding,
wherein it is treated as "." if and only if all of the consecutive bindings
were tight ("."); otherwise, it is treated as a single loose ("*") binding.

fixes #79
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant