Ph0enixKM / Amber

💎 Amber the programming language compiled to bash
https://amber-lang.com
GNU General Public License v3.0
3.53k stars 70 forks source link

🐞 Fix the std trim function #158

Closed Ph0enixKM closed 3 weeks ago

Ph0enixKM commented 3 weeks ago

Fixes the incorrect behavior of trim function. Tests have been adjusted to account for that edge case where spaces are removed between words as well.