This will send jsonnet spinning, consuming 100% of CPU:
jsonnet -e '|||-
abc
|||'
Tested with v0.9.0.
I was trying to see if jsonnet supported chomping the final newline in text blocks similar to how it's done in YAML. Consider this both a bug report and a feature request :D