# shellcheck disable=SC2154,SC2034 it "Should parse query string" "$({ QUERY_STRING='ohmy=zsh&exit=vim' _exprash_init has_query 'ohmy' && ! has_query 'ohno' && [ "$(query 'exit')" == 'vim' ] })"