Skip to content

Commit

Permalink
FIX: regular expression flags
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhieb committed Oct 26, 2023
1 parent 8aa7f63 commit bc5b940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ one day a man
`

function parseClassString(str) {
return str.split(/\s+/giv)
return str.split(/\s+/giu)
}

describe(`scription2html`, function() {
Expand Down

0 comments on commit bc5b940

Please sign in to comment.