ff11fe894d
Motivation: In AsciiString.trim, last should be `arrayOffset() + length() - 1`. See #4741. Modifications: Fix the last value. Result: AsciiString.trim works correctly.