CircleOfNice / DoctrineRestDriver

GNU General Public License v3.0
153 stars 44 forks source link

String Values had no quotes #84

Closed SerethiX closed 6 years ago

SerethiX commented 6 years ago

Fixes

When transmitting e.g. Json Values they didn't have quotes inside and therefor where invalid.

The Regex that should've checked for end of string and start of string was not limited to these string positions.

Proposed Changes

TobiasHauck commented 6 years ago

Thanks! Will have a look at the PR later!

SerethiX commented 6 years ago

Found another bug here, added in e3d40ad5fd209170c8268045ba086379bf9bdcf6 and more tests

TobiasHauck commented 6 years ago

thank you once again