Skip to content

Commit 0cd5372

Browse files
committed
fix 2 - trailing comments
1 parent 8b8ee7e commit 0cd5372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JsonLD/Core/RDFDatasetUtils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ private class Regex
582582
+ Bnode + ")" + Wso + "\\.))");
583583

584584
public static readonly Pattern Quad = Pattern.Compile("^" + Wso + Subject + Property
585-
+ Object + Graph + Wso + "$");
585+
+ Object + Graph + Wso + "(#.*)?$");
586586
// define partial regexes
587587
// final public static Pattern IRI =
588588
// Pattern.compile("(?:<([^:]+:[^>]*)>)");

0 commit comments

Comments
 (0)