commit a485748ec1a1d2125ce25c7cca0ef6062bff8c88
Author: Ingo Bürk <ingo.buerk@tngtech.com>
Date: Sat Mar 24 18:33:55 2018 +0100
Update version
commit 0d73c101022f13264605693788e06e75d5900314
Merge: a45b3d0 64ee910
Author: Ingo Bürk <admin@airblader.de>
Date: Sat Mar 24 18:31:57 2018 +0100
Merge pull request #80 from Airblader/issue-79
Correctly collapse multiple consecutive bindings.
commit 64ee910c5bcee0413e465df404af5a4b1674cfd4
Author: Ingo Bürk <ingo.buerk@tngtech.com>
Date: Sat Mar 24 18:30:08 2018 +0100
Correctly collapse multiple consecutive bindings.
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