mikelangelo-project / capstan-packages

Docker container that builds OSv from source and recompiles all Capstan packages it has recipe for.
Other
2 stars 3 forks source link

Escape `'` and `?` for test expectations #5

Closed gberginc closed 7 years ago

gberginc commented 7 years ago

The Python package uses these two chars in the expectation file causing it to fail with the current escape rules. This commit replaces every occurrence of these two chars with \' and \?.

miha-plesko commented 7 years ago

@gberginc this seems to be working, thanks for the contribution!