Skip to content

Commit d20d513

Browse files
committed
test: fix missed quotes
1 parent 4c3ba33 commit d20d513

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/lib/rules/block-lang.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ tester.run('block-lang', rule, {
156156
errors: [
157157
{
158158
message:
159-
"Only 'json' can be used for the 'lang' attribute of '<i18n>'. Or, not specifying the `lang` attribute is allowed.",
159+
"Only 'json' can be used for the 'lang' attribute of '<i18n>'. Or, not specifying the 'lang' attribute is allowed.",
160160
line: 2,
161161
column: 13,
162162
endLine: 2,
@@ -171,7 +171,7 @@ tester.run('block-lang', rule, {
171171
errors: [
172172
{
173173
message:
174-
"Only 'json', and 'yaml' can be used for the 'lang' attribute of '<i18n>'. Or, not specifying the `lang` attribute is allowed.",
174+
"Only 'json', and 'yaml' can be used for the 'lang' attribute of '<i18n>'. Or, not specifying the 'lang' attribute is allowed.",
175175
line: 2,
176176
column: 13,
177177
endLine: 2,

0 commit comments

Comments
 (0)