File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,8 @@ Example:
30
30
31
31
``` js
32
32
import { matchPatterns } from " @textlint/regexp-string-matcher" ;
33
- const inputText = ` GitHub is a web-based hosting service for version control using git.
33
+ const inputText = `
34
+ GitHub is a web-based hosting service for version control using git.
34
35
It is mostly used for computer code.
35
36
GitHub launched in 2018-04-10.` ;
36
37
// RegExp like strings
Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ import { matchPatterns } from "../src/regexp-string-matcher";
2
2
import * as assert from "assert" ;
3
3
4
4
it ( "example" , ( ) => {
5
- const inputText = `GitHub is a web-based hosting service for version control using git.
5
+ const inputText = `
6
+ GitHub is a web-based hosting service for version control using git.
6
7
It is mostly used for computer code.
7
8
GitHub launched in 2018-04-10.` ;
8
9
// RegExp like strings
You can’t perform that action at this time.
0 commit comments