rogerluan / arkana

Use dotenv files for Android and iOS projects.
BSD 2-Clause "Simplified" License
379 stars 18 forks source link

Clarify usage of special characters in env vars #30

Closed rogerluan closed 1 year ago

rogerluan commented 1 year ago

Description

This PR adds tests for env vars with dollar signs (a common use case), but also added tests for other special characters.

Resolves #28 Resolves #2