captions icon indicating copy to clipboard operation
captions copied to clipboard

allow ":" or "=" inside metadata value

Open aidenlx opened this issue 1 year ago • 0 comments

  • fix issue where metadata value get cut off when containing ":" or "="
  • fix trimming logic, for example, "Message:Hello World" would parsed as { Message: "HelloWorld"} whereas "Message: Hello World" being { Message: "Hello World"}.

more cases included in tests

aidenlx avatar Sep 02 '24 16:09 aidenlx