When I tried to use this library according to the documentation, I got this error from rebar:
===> Error in app file _build/default/lib/assert/rebar.config: 55: syntax error before: '~'
I guess OTP 27 is the minimum requirement as the string sigils were introduced in that version, the assert library doesn't work with OTP 26.
When I tried to use this library according to the documentation, I got this error from rebar:
===> Error in app file _build/default/lib/assert/rebar.config: 55: syntax error before: '~'
I guess OTP 27 is the minimum requirement as the string sigils were introduced in that version, the
assertlibrary doesn't work with OTP 26.