Skip to content

Commit

Permalink
fix(verb): past active participles in reflexive verbs
Browse files Browse the repository at this point in the history
  • Loading branch information
noomorph committed Jun 23, 2024
1 parent e460175 commit 08e7a95
Show file tree
Hide file tree
Showing 5 changed files with 597 additions and 591 deletions.
4 changes: 2 additions & 2 deletions src/__utils__/html/__snapshots__/verb.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ exports[`renderers HTML verb conjugation render 1`] = `
</tr>
<tr>
<th align="left" colspan="2">past active participle</th>
<td colspan="3">dověděvši sę (dověděvši sa, dověděvši se)</td>
<td colspan="3">dověděvši (dověděvša, dověděvše) sę</td>
</tr>
<tr>
<th align="left" colspan="2">past passive participle</th>
Expand Down Expand Up @@ -302,7 +302,7 @@ exports[`renderers HTML verb conjugation renderDiff 1`] = `
</tr>
<tr>
<th align="left" colspan="2">past active participle</th>
<td colspan="3"><del>dověděvši sę (dověděvši sa, dověděvši se)</del> <ins>pověděvši (pověděvša, pověděvše)</ins></td>
<td colspan="3"><del>dověděvši (dověděvša, dověděvše) sę</del> <ins>pověděvši (pověděvša, pověděvše)</ins></td>
</tr>
<tr>
<th align="left" colspan="2">past passive participle</th>
Expand Down
Loading

0 comments on commit 08e7a95

Please sign in to comment.