damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit 474e2d8d57c9f75c3698239eeaa0993e758b1a82
parent 95a91bed7ecbada33df177feee91a0c2c781f286
Author: Daniel D’Aquino <daniel@daquino.me>
Date:   Mon, 28 Jul 2025 14:33:28 -0700

Disable bai kanji test

To be fixed on https://github.com/damus-io/damus/issues/3154

Changelog-None
Signed-off-by: Daniel D’Aquino <daniel@daquino.me>

Diffstat:
MdamusTests/HashtagTests.swift | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/damusTests/HashtagTests.swift b/damusTests/HashtagTests.swift @@ -546,6 +546,9 @@ final class HashtagTests: XCTestCase { XCTAssertEqual(parsed[2].asText, " is allowed in hashtags") } + /* + // FIXME GH-3144: Failing test below to be addressed after nostrdb migration + // Japanese: bai (倍) (U+500D) (allowed in hashtags) func testHashtagWithBaiKanji() { let parsed = parse_note_content(content: .content("pow! #10倍界王拳 is allowed in hashtags",nil))!.blocks @@ -556,5 +559,6 @@ final class HashtagTests: XCTestCase { XCTAssertEqual(parsed[1].asHashtag, "10倍界王拳") XCTAssertEqual(parsed[2].asText, " is allowed in hashtags") } + */ }