Add purple_tag_parse for parsing tags

Review Request #2027 — Created Nov. 4, 2022 and submitted

Information

pidgin/pidgin
default

Reviewers

Add purple_tag_parse for parsing tags

Ran the unit tests. Output everything via printf to verify unicode characters were fine with a forced failure, and learned that g_message won't output emoji I guess..

Summary ID
Add purple_tag_parse for parsing tags
5d59a56de4fd3711a068ba85621c204dd153af48
Description From Last Updated

its

QuLogicQuLogic

Can you add a single call to purple_tag_parse("", NULL, NULL) to ensure that not passing the optional arguments doesn't crash.

QuLogicQuLogic
QuLogic
  1. 
      
  2. libpurple/purpletags.h (Diff revision 1)
     
     
    Show all issues

    its

  3. libpurple/tests/test_tags.c (Diff revision 1)
     
     
    Show all issues

    Can you add a single call to purple_tag_parse("", NULL, NULL) to ensure that not passing the optional arguments doesn't crash.

  4. 
      
grim
QuLogic
  1. Ship It!
  2. 
      
grim
Review request changed
Status:
Completed