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

Error displayed when 'using' standard libraries. #116

Closed
ericfillipe1 opened this issue Feb 3, 2015 · 2 comments
Closed

Error displayed when 'using' standard libraries. #116

ericfillipe1 opened this issue Feb 3, 2015 · 2 comments
Labels

Comments

@ericfillipe1
Copy link

haxe

https://github.com/andyli/jQueryExternForHaxe/blob/master/jQuery/haxe/Utils.hx

@EBatTiVo EBatTiVo added the bug label Feb 3, 2015
@EBatTiVo
Copy link
Contributor

EBatTiVo commented Feb 3, 2015

Similar to issue #55?

@EBatTiVo
Copy link
Contributor

EBatTiVo commented Feb 4, 2015

Works on build 0.8.1.1.TiVo.ClassHierarchy.11. This will be coming down to master as soon as it's stable.

package ;

import StringTools;

class Issue116 {
    public function new() {
    }
    public static function main():Void {

        trace(StringTools.htmlEscape("<ul><li>some &gt; text &lt; </li></ul>"));
    }

}

@EBatTiVo EBatTiVo closed this as completed Feb 4, 2015
@EBatTiVo EBatTiVo changed the title error using Error displayed when 'using' standard libraries. Feb 4, 2015
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