Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jeherve committed Nov 15, 2023
1 parent fce9617 commit 0b383ee
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
22 | ERROR | [x] Missing domain arg. (Jetpack.Functions.I18n.MissingDomain)
25 | ERROR | [ ] Missing domain arg. (Jetpack.Functions.I18n.MissingDomain)
26 | ERROR | [ ] Domain is not a string literal. (Jetpack.Functions.I18n.DomainNotLiteral)
29 | ERROR | [ ] The domain must not contain interpolated variables. Found $domain. (Jetpack.Functions.I18n.InterpolatedVariable)
30 | ERROR | [ ] The domain must not contain interpolated variables. Found $domain. (Jetpack.Functions.I18n.InterpolatedVariable)
29 | ERROR | [ ] The domain must not contain interpolated variables. Found $domain.
| | (Jetpack.Functions.I18n.InterpolatedVariable)
30 | ERROR | [ ] The domain must not contain interpolated variables. Found $domain.
| | (Jetpack.Functions.I18n.InterpolatedVariable)
33 | ERROR | [x] Mismatched text domain. Expected 'domain' but got 'a $domain'. (Jetpack.Functions.I18n.TextDomainMismatch)
44 | ERROR | [x] Short array syntax is not allowed (Universal.Arrays.DisallowShortArraySyntax.Found)
45 | ERROR | [x] Short array syntax is not allowed (Universal.Arrays.DisallowShortArraySyntax.Found)
Expand All @@ -20,4 +22,5 @@
64 | ERROR | [x] Mismatched text domain. Expected 'domain' but got 'wrongdomain'. (Jetpack.Functions.I18n.TextDomainMismatch)
65 | ERROR | [x] Mismatched text domain. Expected 'domain' but got 'wrongdomain'. (Jetpack.Functions.I18n.TextDomainMismatch)
72 | ERROR | [x] Mismatched text domain. Expected 'domain' but got 'wrongdomain'. (Jetpack.Functions.I18n.TextDomainMismatch)
77 | ERROR | [ ] The domain must not contain interpolated variables. Found $domain. (Jetpack.Functions.I18n.InterpolatedVariable)
77 | ERROR | [ ] The domain must not contain interpolated variables. Found $domain.
| | (Jetpack.Functions.I18n.InterpolatedVariable)

0 comments on commit 0b383ee

Please sign in to comment.