$ git clone git@github.com:jmoody/animated-happiness.git
$ git co -t origin/demo/reproduce-calabash-ios-594-missing-trailing-single-quote
$ cd animated-happiness/chou
$ bundle update
$ make app-cal
$ export APP="${PWD}/chou-cal.app"
$ be cucumber
Scenario: Query string has a missing trailing single quote
When I search for the text using a correctly formatted query
Then I expect one text field result
When I search for the text using a query with a missing trailing quote, I expect an exception
@krukow Which part of the system is responsible for verifying query syntax? Is it even possible to detect cases like this?
@krukow Which part of the system is responsible for verifying query syntax? Is it even possible to detect cases like this?