Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix parse errors when property pattern is explicit. #125

Merged
merged 3 commits into from
May 6, 2020

Conversation

mgonzalezperna
Copy link
Contributor

Proposed workaround to fix parse error when declaring regex. (#124)

The regex needs to be declared between quotes, otherwise it will be
considered a normal string.
@codecov
Copy link

codecov bot commented May 5, 2020

Codecov Report

Merging #125 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #125   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           12        12           
  Lines          828       830    +2     
  Branches       170       171    +1     
=========================================
+ Hits           828       830    +2     
Impacted Files Coverage Δ
datamodel_code_generator/model/pydantic/types.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8afd441...7b525bc. Read the comment docs.

@koxudaxi
Copy link
Owner

koxudaxi commented May 5, 2020

@mgonzalezperna
Thank you for creating This PR.

I wrote a comment, Otherwise, it's OK 😄

@koxudaxi koxudaxi merged commit e979f13 into koxudaxi:master May 6, 2020
@koxudaxi
Copy link
Owner

koxudaxi commented May 6, 2020

@mgonzalezperna
I have merged and published a new version as 0.4.10 🎉

Thank you very much 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants