mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-24 10:01:48 +00:00
[Swift] Support create long string (#5709)
* [Swift] Support create long string * [Swift] Move the test case to correct dir
This commit is contained in:
committed by
Wouter van Oortmerssen
parent
a4b2884e4e
commit
c4b2b0a25d
@@ -22,6 +22,8 @@ final class FlatBuffersTests: XCTestCase {
|
||||
b.clear()
|
||||
XCTAssertEqual(b.create(string: helloWorld).o, 20)
|
||||
XCTAssertEqual(b.create(string: country).o, 32)
|
||||
b.clear()
|
||||
XCTAssertEqual(b.create(string: String(repeating: "a", count: 257)).o, 264)
|
||||
}
|
||||
|
||||
func testStartTable() {
|
||||
|
||||
Reference in New Issue
Block a user