Skip to content

Commit a9ae4cf

Browse files
committed
update: snippets json
1 parent a9a5123 commit a9ae4cf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

snippets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3152,7 +3152,7 @@
31523152
{
31533153
"description": "r - Brazilian CNPJ",
31543154
"id": 631,
3155-
"trigger": "r.bcnpj"
3155+
"trigger": "r.bcpfcnpj"
31563156
},
31573157
{
31583158
"description": "r - Brazilian CPF/CNPJ",
@@ -3162,7 +3162,7 @@
31623162
{
31633163
"description": "r - Brazilian CPF",
31643164
"id": 633,
3165-
"trigger": "r.bcpf"
3165+
"trigger": "r.bcpfcnpj"
31663166
},
31673167
{
31683168
"description": "r - Brazilian Phone",

snippets/regex/regex-brazilian-cnpj.sublime-snippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<content><![CDATA[
33
(^(\d{2}.\d{3}.\d{3}/\d{4}-\d{2})|(\d{14})\$)
44
]]></content>
5-
<tabTrigger>r.bcpfcnpj</tabTrigger>
5+
<tabTrigger>r.bcnpj</tabTrigger>
66
<description>r - Brazilian CNPJ</description>
77
</snippet>

tests/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22

33
import sys
4-
sys.path.append('source/')
4+
sys.path.append('../source/')
55
from json_generator import get_json
66
from duplicates import list_duplicates
77
import json

0 commit comments

Comments
 (0)