Skip to content

Commit

Permalink
Add test case for rdf:langString
Browse files Browse the repository at this point in the history
  • Loading branch information
atextor committed Jan 26, 2021
1 parent 77f0b10 commit 794f487
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ public void testLiterals() {
:foo6 :bar "2021-01-01"^^xsd:date .
:foo7 :bar "something"^^:custom .
:foo8 :bar "something"@en .
""";
final Model model = modelFromString( modelString );
final FormattingStyle style = FormattingStyle.builder()
Expand Down

0 comments on commit 794f487

Please sign in to comment.