Invalid `tsquery` output given for the following case, ```js const tsquery = require('pg-tsquery'); console.log(tsquery()("env\\: *")) // env\ – note that `:` and `*` are missing ```