!!! These are to NOT to be sent to an Erlang node !!!! Their use is in formatting only.
8283848586878889
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"); }