Package org.erlide.util.erlang

Examples of org.erlide.util.erlang.OtpFormatPlaceholder


        Assert.assertEquals(r.stringValue(), "Hello world!");
    }

    @Test
    public void placeholder_1() throws TermParserException {
        final OtpFormatPlaceholder r = (OtpFormatPlaceholder) termParser.parse("~hello");
        Assert.assertEquals(r.getName(), "hello");
    }
View Full Code Here

TOP

Related Classes of org.erlide.util.erlang.OtpFormatPlaceholder

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.