docs: correct shorten truncation expectation to verified output

This commit is contained in:
2026-08-14 10:38:35 -06:00
parent 032ca6b2b7
commit fde5fc75af
@@ -238,7 +238,7 @@ test("cfgFromSettings defaults baseUrl and omits empty apiKey", () => {
test("shorten keeps short names and truncates long ones", () => { test("shorten keeps short names and truncates long ones", () => {
assert.equal(shorten("Qwen3.8-27B"), "Qwen3.8-27B"); 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", () => { test("escapeXml escapes XML special characters", () => {