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

Invalid XML syntax because of unescaped & entity in line 339 #19

Open
CrazyCoder opened this issue Jul 17, 2016 · 2 comments
Open

Invalid XML syntax because of unescaped & entity in line 339 #19

CrazyCoder opened this issue Jul 17, 2016 · 2 comments

Comments

@CrazyCoder
Copy link

https://github.com/currencysecrets/mql4/blob/master/Syntaxes/MQL4.tmLanguage#L339

[-*&<>=+!] renders the XML invalid. Probably & needs to be replaced with &.

@LorneCash
Copy link
Contributor

LorneCash commented Sep 4, 2020

Strange that this works in VS Code with the invalid XML but when used in Visual Studio (2019) it does not work at all until the xml syntax is fixed. My thought is that it's trying to say that "<> is the same as !=" so maybe just remove the extra & making it this:
[-*&amp;&lt;&gt;=+!]

@LorneCash
Copy link
Contributor

Fixed in PR#28 this should have been closed but I forgot to add it in to comment to do it automatically.

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

No branches or pull requests

2 participants