Skip to content

Commit 3142916

Browse files
relastleHiroki-Konishi
authored andcommitted
Update: add resources (rules and inputs) to use in test
1 parent ee041d0 commit 3142916

File tree

5 files changed

+7186
-6
lines changed

5 files changed

+7186
-6
lines changed

resources/test/test_pmy_input.json

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"bufferLeft": "git abcdef add abcdef ",
4+
"bufferRight": "t aa e aa s aa t",
5+
"exptectedName": "num"
6+
}
7+
]
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"bufferLeft": "git abcdef ad abcdef ",
4+
"bufferRight": "t aa e aa s aa t",
5+
"exptectedName": "num"
6+
}
7+
]

resources/test/test_pmy_rules.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[
2+
{
3+
"name": "num",
4+
"regexpLeft": "^git.*add.* ",
5+
"regexpRight": "t.*e.*s.*t",
6+
"bufferLeft": "[]",
7+
"bufferRight": "[]"
8+
}
9+
]

0 commit comments

Comments
 (0)