Commit 15fce81
committed
fix: correct NODE_SHEBANG regex escaping in doctest rule
Forward slashes inside the regex literal must be escaped as \/ to avoid
prematurely terminating the regex delimiter. The prior push omitted the
backslashes, producing a syntax error that broke module loading.1 parent 70518dc commit 15fce81
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments