Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update compile.c to correctly inform user making substitutions with sub("a","b") instead of sub("a";"b") #3204

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 15, 2024

  1. Update compile.c

    echo '{"c":"aa"}' | jq '.c | sub("aa";"bb")'
    
    change the error message for:
    echo '{"c":"aa"}' | jq '.c | sub("aa","bb")'
    jidhub authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    3879c13 View commit details
    Browse the repository at this point in the history