Skip to content

Commit

Permalink
Fix regex code block release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
inancgumus committed Sep 17, 2024
1 parent 469ecb4 commit d30a86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release notes/v0.54.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Note: that prior k6 version v0.54, Golang's type `math/big.Int` mapped to anothe

Regexp dotall support - letting you match newline characters with `.`.

``javascript
```javascript
const str1 = "bar\nexample foo example";

const regex1 = /bar.example/s;
Expand Down

0 comments on commit d30a86d

Please sign in to comment.