We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seemed reasonable to be able to do this:
@h |-[#tech-post-3-p]-| gap([gap2]) /*in(#tech-post-3-bg);*/ in("area");
Which output:
Preparse Error SyntaxError {message: "Expected LineTerminator, Space, Statement or end of input but "#" found.", expected: Array[4], found: "#", offset: 0, line: 1…} gss.js:14831 compiler error TypeError {stack: (...), message: "Cannot read property 'length' of undefined"} gss.js:19688
The text was updated successfully, but these errors were encountered:
Yeah, that seems totally reasonable.
On Friday, June 6, 2014, Paul Young [email protected] wrote:
It seemed reasonable to be able to do this: @h |-[#tech-post-3-p]-| gap([gap2]) /in(#tech-post-3-bg);/ in("area"); Which output: Preparse Error SyntaxError {message: "Expected LineTerminator, Space, Statement or end of input but "#" found.", expected: Array[4], found: "#", offset: 0, line: 1…} gss.js:14831 compiler error TypeError {stack: (...), message: "Cannot read property 'length' of undefined"} gss.js:19688 — Reply to this email directly or view it on GitHub #5.
@h |-[#tech-post-3-p]-| gap([gap2]) /in(#tech-post-3-bg);/ in("area");
— Reply to this email directly or view it on GitHub #5.
Sorry, something went wrong.
No branches or pull requests
It seemed reasonable to be able to do this:
Which output:
The text was updated successfully, but these errors were encountered: