We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eca7c3 commit d007417Copy full SHA for d007417
functions/requirements.txt
@@ -1,5 +1,5 @@
1
firebase-admin~=6.6.0
2
firebase_functions~=0.4.2
3
-bibx==0.6.2
+bibx==0.6.3
4
pydantic~=2.10.6
5
arrow~=1.3.0
src/utils/isi.ts
@@ -1,4 +1,4 @@
-const ISI_PATTERN = /^(.|null)?((?<key>[0-9A-Z]{2})| {2})( (?<value>.+))?$/;
+const ISI_PATTERN = /^((null)+|.)?((?<key>[0-9A-Z]{2})| {2})( (?<value>.+))?$/;
const looksLikeIsi = (content: string): boolean => {
for (const line of content.split("\n")) {
0 commit comments