Closed GoogleCodeExporter closed 9 years ago
By using "\"All Categories\".data" i am able to get the nodes. This solution
was given in https://code.google.com/p/rest-assured/issues/detail?id=318
Original comment by rpan...@gmail.com
on 28 Nov 2014 at 9:57
Yeah you need to escape the path if they contains space. It's a bit more
readable if you use single quotes:
"'All Categories'.data"
Original comment by johan.ha...@gmail.com
on 29 Nov 2014 at 8:54
Original issue reported on code.google.com by
rpan...@gmail.com
on 28 Nov 2014 at 9:51