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 [blankNodePropertyLists] and (collections) in the relaxed parser #1431

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

joka921
Copy link
Member

@joka921 joka921 commented Aug 1, 2024

Fixes #1426

…her with the relaxed parser.

TODO: Probably the solution is to throw out the relaxed parser completely.
Copy link

codecov bot commented Aug 1, 2024

Codecov Report

Attention: Patch coverage is 60.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 89.51%. Comparing base (2d5479e) to head (cdce619).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/parser/RdfParser.cpp 60.00% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1431      +/-   ##
==========================================
+ Coverage   89.49%   89.51%   +0.02%     
==========================================
  Files         347      347              
  Lines       25588    25588              
  Branches     3440     3440              
==========================================
+ Hits        22899    22906       +7     
+ Misses       1495     1493       -2     
+ Partials     1194     1189       -5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

sonarcloud bot commented Aug 1, 2024

# Conflicts:
#	test/RdfParserTest.cpp
Copy link

sonarcloud bot commented Sep 5, 2024

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.

Turtle syntax is not fully supported
1 participant