aviaviavi / curl-runnings

A declarative test framework for quickly and easily writing integration tests against JSON APIs.
MIT License
158 stars 13 forks source link

variables with _ #42

Closed meiremans closed 5 years ago

meiremans commented 5 years ago

Hi

I cannot access a response with an underscore. I have as a response [{ "_id" :"XXXXX", "someElse": "YYYY"}]

$<RESPONSE[0][0].someElse> works, $<RESPONSE[0][0]._id> doesn't.

aviaviavi commented 5 years ago

Good catch, this should be an easy fix

aviaviavi commented 5 years ago

Fixed with #43

aviaviavi commented 5 years ago

@meiremans please let me know whether this fix works for you. You'll want to be on version 0.11.1