Skip to content

Commit bf75b8a

Browse files
committed
regex
1 parent 2273d14 commit bf75b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rule.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ tester.run('codegen', codegen.rules.codegen, {
9696
// codegen:start {abc: !Tag: not valid yaml!}
9797
// codegen:end
9898
`,
99-
errors: [{message: /Error parsing options. YAMLException/}],
99+
errors: [{message: /Error parsing options. .* YAMLException/}],
100100
},
101101
{
102102
name: 'duplicate start markers',

0 commit comments

Comments
 (0)