commit | 101a5e84acbab9d880e150195f23185dfb5449a9 | [log] [tgz] |
---|---|---|
author | scoder <stefan_ml@behnel.de> | Sat Sep 30 15:35:21 2017 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sat Sep 30 16:35:21 2017 +0300 |
tree | 9fd7915a7e4049f33f9d083312d2c1b78d4eeb38 | |
parent | 9811e80fd0ed9d74c76a66f1dd4e4b8afa9e8f53 [diff] |
bpo-31648: Improve ElementPath (#3835) * Allow whitespace inside of ElementPath predicates. * Add ElementPath predicate support for text comparison of the current node, like "[.='text']".