Skip to content

Commit

Permalink
chore: Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
3y3 committed Dec 2, 2024
1 parent 76ff152 commit ea35063
Showing 1 changed file with 13 additions and 19 deletions.
32 changes: 13 additions & 19 deletions src/integration/__snapshots__/index.spec.ts.snap
Original file line number Diff line number Diff line change
@@ -1798,17 +1798,19 @@ exports[`integration link variable leak: skeleton main 1`] = `
||
\`\`\`
%%%3%%%\`\`\`
POST
\`\`\`
|
\`\`\`
%%%4%%%\`\`\`
https://api.example.ru/businesses/{businessId}/offer-mappings/update
\`\`\`
|||#
### %%%5%%%
### %%%3%%%
#||| %%%6%%% | %%%7%%% | %%%8%%% ||
#||| %%%4%%% | %%%5%%% | %%%6%%% ||
|| %%%9%%% | %%%10%%% | %%%11%%% |||#"
|| %%%7%%% | %%%8%%% | %%%9%%% |||#"
`;
exports[`integration link variable leak: xliff expr 1`] = `
@@ -1876,32 +1878,24 @@ exports[`integration link variable leak: xliff main 1`] = `
<source xml:space=\\"preserve\\"><g ctype=\\"bold\\" equiv-text=\\"**{{text}}**\\" id=\\"g-test\\" x-begin=\\"**\\" x-end=\\"**\\">url</g></source>
</trans-unit>
<trans-unit id=\\"3\\">
<source xml:space=\\"preserve\\">POST
</source>
</trans-unit>
<trans-unit id=\\"4\\">
<source xml:space=\\"preserve\\">https://api.example.ru/businesses/{businessId}/offer-mappings/update
</source>
</trans-unit>
<trans-unit id=\\"5\\">
<source xml:space=\\"preserve\\">Path parameters</source>
</trans-unit>
<trans-unit id=\\"6\\">
<trans-unit id=\\"4\\">
<source xml:space=\\"preserve\\"><g ctype=\\"bold\\" equiv-text=\\"**{{text}}**\\" id=\\"g-test\\" x-begin=\\"**\\" x-end=\\"**\\">Name</g></source>
</trans-unit>
<trans-unit id=\\"7\\">
<trans-unit id=\\"5\\">
<source xml:space=\\"preserve\\"><g ctype=\\"bold\\" equiv-text=\\"**{{text}}**\\" id=\\"g-test\\" x-begin=\\"**\\" x-end=\\"**\\">Type</g></source>
</trans-unit>
<trans-unit id=\\"8\\">
<trans-unit id=\\"6\\">
<source xml:space=\\"preserve\\"><g ctype=\\"bold\\" equiv-text=\\"**{{text}}**\\" id=\\"g-test\\" x-begin=\\"**\\" x-end=\\"**\\">Description</g></source>
</trans-unit>
<trans-unit id=\\"9\\">
<trans-unit id=\\"7\\">
<source xml:space=\\"preserve\\">businessId</source>
</trans-unit>
<trans-unit id=\\"10\\">
<trans-unit id=\\"8\\">
<source xml:space=\\"preserve\\">integer&amp;lt;int64&amp;gt;</source>
</trans-unit>
<trans-unit id=\\"11\\">
<trans-unit id=\\"9\\">
<source xml:space=\\"preserve\\">Description</source>
</trans-unit>
</body>

0 comments on commit ea35063

Please sign in to comment.