Skip to content

removed good example from bad example #5

New issue

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

By clicking “No 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? No Sign in to your account

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

Conversation

tomByrer
Copy link

hard to tell which example is throwing the compile error
(hmmm, GitHub diffs are silly sometimes)

Thanks for your project! :)

hard to tell which example is throwing the compile error

Thanks for your project! :)
@rattrayalex
Copy link
Contributor

Ahh, definitely. I think I'd like to show the "good" versions in separate blocks, so I may not merge this...

.children
[0]

node
.children
[0] // oops!
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you have a build running, you might try this and see what you think:

node		
.children		 
[0] // oops!

<!-- -->
node		
  .children		 
  [0]

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this breaks them into separate blocks

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm guessing some non-ascii invisible whitespace snuck in there somehow?

Regardless, the <!-- --> is a separator used for markdown, not something intended to be part of the lightscript. If you look for it in other parts of the file you'll see how it's used

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

Successfully merging this pull request may close these issues.

2 participants