JBOL icon indicating copy to clipboard operation
JBOL copied to clipboard

Error when importing module

Open psacawa opened this issue 4 years ago • 0 comments

When running JBOL/examples/script.jq, I encounter the error

jq: error: syntax error, unexpected end (Unix shell quoting issues?) at <top-level>, line 13:
    then ($t*($n-length)) + . end                              
jq: error: Possibly unterminated 'if' statement at <top-level>, line 12:
    if $n > length    
jq: 2 compile errors

which refers to the string module.

psacawa avatar Jan 01 '21 05:01 psacawa