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

Comments inside of VFL statements are invalid #5

Open
paulyoung opened this issue Jun 6, 2014 · 1 comment
Open

Comments inside of VFL statements are invalid #5

paulyoung opened this issue Jun 6, 2014 · 1 comment
Labels

Comments

@paulyoung
Copy link
Contributor

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
@paulyoung paulyoung added the bug label Jun 6, 2014
@d4tocchini
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants