svoid test_html_emojisToUnicode() { testFunctionValues html_emojisToUnicode( "Hi :wave: Yo", "Hi " + unicode("1f44b") + " Yo", "", "", ); }