Hi congrats on going 1.0.0, that's always the big one.
I played around and found something:
It seems escaped double quotes are not counted in Sourceror.get_range/1:
~S"""
# the following line is 16 chars long, so `end_column` should be 17
"key: \"value\""
"""
|> Sourceror.parse_string!()
|> Sourceror.get_range()
|> dbg
Hi congrats on going
1.0.0
, that's always the big one.I played around and found something:
It seems escaped double quotes are not counted in
Sourceror.get_range/1
:Let me know what you think of this :+1: