Closed ipost closed 1 year ago
I noticed this when splitting long paths over multiple lines with a heredoc:
path = <<~PATH $.requestResponse.responseInfo.allClientInfo.abcdeSummary. stats[?(@.type == total)].value PATH
I'm fine with having a local wrapper in my app to remove those characters, but the library should probably raise an error instead of hang.
Thanks @ipost! This makes sense to me.
I noticed this when splitting long paths over multiple lines with a heredoc:
I'm fine with having a local wrapper in my app to remove those characters, but the library should probably raise an error instead of hang.