docs: correct shorten truncation expectation to verified output
This commit is contained in:
@@ -238,7 +238,7 @@ test("cfgFromSettings defaults baseUrl and omits empty apiKey", () => {
|
||||
|
||||
test("shorten keeps short names and truncates long ones", () => {
|
||||
assert.equal(shorten("Qwen3.8-27B"), "Qwen3.8-27B");
|
||||
assert.equal(shorten("DeepSeek-V4-Flash-0731"), "DeepSeek-V…0731");
|
||||
assert.equal(shorten("DeepSeek-V4-Flash-0731"), "DeepSeek-…0731");
|
||||
});
|
||||
|
||||
test("escapeXml escapes XML special characters", () => {
|
||||
|
||||
Reference in New Issue
Block a user