Skip to content

Commit a5d04b0

Browse files
att
1 parent 075cafa commit a5d04b0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

luasrc/patch.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ end
3131
private_vibescript.configure_patch = function ()
3232
function ApplyPatch(patch)
3333
print(private_vibescript.match_pattern(".git/config",".git/*"))
34+
print(private_vibescript.match_pattern("teste","teste"))
35+
print(private_vibescript.match_pattern("teste",".git/*"))
36+
print(private_vibescript.match_pattern(".git/config",".git/"))
37+
print(private_vibescript.match_pattern("config/teste","*config/teste"))
38+
3439
if true then return end
3540

3641
if not patch then

0 commit comments

Comments
 (0)