mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-28 00:58:05 +00:00
Dart - make ascii optimization optional in StringReader, same as in writeString() (#6758)
This commit is contained in:
@@ -379,7 +379,7 @@ class BuilderTest {
|
||||
.vTableGetNullable(buf, objectOffset, indexToField(0)),
|
||||
latinString);
|
||||
expect(
|
||||
const StringReader()
|
||||
const StringReader(asciiOptimization: true)
|
||||
.vTableGetNullable(buf, objectOffset, indexToField(1)),
|
||||
unicodeString);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user