Skip to content

Commit 4136f52

Browse files
small test fix
1 parent 9fc46f1 commit 4136f52

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

test/small-test-cases.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -245,25 +245,25 @@ export const smallTestCases: TestCase[] = [
245245
{
246246
id: "stack-2-lines",
247247
description: "Suporte a texto multi-linha (2 linhas)",
248-
text: "[top/bottom]ta",
248+
text: "[cima/baixo] assim",
249249
model: "Oração tom solene",
250250
parameters: { separator: "." },
251-
expectedInclude: ["\\stacktext{\\vphantom{dp}top&\\vphantom{dp}bottom}"]
251+
expectedInclude: ["\\stacktext{\\vphantom{dp}cima&\\vphantom{dp}baixo}"]
252252
},
253253
{
254254
id: "stack-3-lines",
255255
description: "Suporte a texto multi-linha (3 linhas)",
256-
text: "[top/middle/bottom]ta",
256+
text: "[cima/meio/baixo] assim",
257257
model: "Oração tom solene",
258258
parameters: { separator: "." },
259-
expectedInclude: ["\\stacktext{\\vphantom{dp}top&\\vphantom{dp}middle&\\vphantom{dp}bottom}"]
259+
expectedInclude: ["\\stacktext{\\vphantom{dp}cima&\\vphantom{dp}meio&\\vphantom{dp}baixo}"]
260260
},
261261
{
262262
id: "stack-4-lines",
263263
description: "Suporte a texto multi-linha (4 linhas)",
264-
text: "[one/two/three/four]ta",
264+
text: "[um/dois/três/quatro] assim",
265265
model: "Oração tom solene",
266266
parameters: { separator: "." },
267-
expectedInclude: ["\\stacktext{\\vphantom{dp}one&\\vphantom{dp}two&\\vphantom{dp}three&\\vphantom{dp}four}"]
267+
expectedInclude: ["\\stacktext{\\vphantom{dp}um&\\vphantom{dp}dois&\\vphantom{dp}três&\\vphantom{dp}quatro}"]
268268
}
269269
];

0 commit comments

Comments
 (0)