Commit 1292853
authored
Allow colon inside source tags (#351)
## Problem
Some partners have requested that colon, `:`, be added to the set of
allowed characters inside source tags.
## Solution
Add colon to the set of allowed characters.
## Type of Change
- [x] New feature (non-breaking change which adds functionality)
## Test Plan
Unit tests updated to reflect new allowed character.1 parent 58d27ae commit 1292853
File tree
2 files changed
+6
-2
lines changed- pinecone/utils
- tests/unit/utils
2 files changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
36 | 40 | | |
37 | 41 | | |
38 | 42 | | |
| |||
0 commit comments