Skip to content

Commit

Permalink
build(visual-regression-app): fix title pills
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMenga committed Aug 29, 2024
1 parent 05a5ddc commit 134e06e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import style from './test-title-chip-list.scss?lit&inline';
* - simple => "key=value" patterns
* - complex => "key=( key=value-... )
*/
const paramsRegex = /(?<complex>[a-zA-Z]*=\(.*\))|(?<simple>[a-zA-Z]+=[a-zA-Z0-9-]*)/gm;
const paramsRegex = /(?<complex>[a-zA-Z]*=\(.*\))|(?<simple>[a-zA-Z]+=[a-zA-Z0-9]*)/gm;

type DescribeEachItem = {
key: string;
Expand Down

0 comments on commit 134e06e

Please sign in to comment.