Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
JSON
Short JSON Schema
Commits
9d31954e
Commit
9d31954e
authored
May 27, 2020
by
Paul Warren
Browse files
Remove debug.
parent
526dbada
Changes
1
Hide whitespace changes
Inline
Side-by-side
shortjsonschema/expand.py
View file @
9d31954e
...
...
@@ -92,7 +92,6 @@ class Parser:
else
:
m
=
self
.
get_token
(
r
'\$\/((?:\\.|[^\/])*)/'
)
if
m
is
not
None
:
print
(
"Is a pattern"
)
c
.
add_type
(
"string"
,
pattern
=
m
.
group
(
1
))
elif
self
.
get_token
(
r
'\$'
):
c
.
add_type
(
"string"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment