ObjFW  Check-in [7926b47265]

Overview
Comment:Add tests for generic OFString / OFMutableString

These are usually not used, as OFString_UTF8 and OFMutableString_UTF8
are used instead. However, they are used if someone creates their own
subclass of OFString / OFMutableString. As they are rarely used in
production, it is important to run all tests on them.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 7926b472657b2c69486b6de11fe55c4114057be3a0ae8092338a6f2b425edf80
User & Date: js on 2017-05-01 13:07:16
Other Links: manifest | tags
Context
2017-05-01
13:16
Add allocator_may_return_null=1 to ASAN_OPTIONS check-in: eb0b5725f9 user: js tags: trunk
13:07
Add tests for generic OFString / OFMutableString check-in: 7926b47265 user: js tags: trunk
12:53
Fix generic -[deleteTrailingWhitespaces] check-in: c7f593793e user: js tags: trunk
Changes