Campoie / rest-assured

Automatically exported from code.google.com/p/rest-assured
0 stars 0 forks source link

Add support for '**' in paths #94

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by johan.ha...@jayway.com on 30 Aug 2011 at 11:54

GoogleCodeExporter commented 9 years ago
E.g.

document.'**'.find{ it['@id'] == 'results'}.ul.li.div.div.h3.a.each { println 
it.text() }

Original comment by johan.ha...@gmail.com on 30 Aug 2011 at 11:54

GoogleCodeExporter commented 9 years ago

Original comment by johan.ha...@gmail.com on 30 Aug 2011 at 11:55

GoogleCodeExporter commented 9 years ago
Fixed for XML parsing. Doesn't work for JSON parsing because it doesn't seem 
like Groovy's JSON Slurper supports it.

Original comment by johan.ha...@gmail.com on 4 Sep 2011 at 2:06

GoogleCodeExporter commented 9 years ago

Original comment by johan.ha...@gmail.com on 4 Sep 2011 at 3:30