Fuzi icon indicating copy to clipboard operation
Fuzi copied to clipboard

an additional space at the end when parse plain text by HTMLDocument

Open world000 opened this issue 4 years ago • 0 comments

Description:

  • Expected behaviour: plain text: hello parsed html: <p>hello</p>

  • Actual behaviour: plain text: hello parsed html: <p>hello </p>

Environment

  • Package Manager:

    • [ ] Carthage, version:
    • [x] CocoaPods, version: 1.9.1
    • [ ] Manually
  • Fuzi version: 3.1.2

  • Xcode version: 11.4.1

How to reproduce:

HTMLDocument(string: "hello", encoding: .utf8)

world000 avatar May 20 '20 07:05 world000