Uploaded image for project: 'Apache Jena'
  1. Apache Jena
  2. JENA-1318

Unterminated Turtle list is not a parse error.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Jena 3.2.0
    • Jena 3.3.0
    • RIOT
    • None

    Description

      :s :p ( :b
      

      should generate a parse error.

          public static void main(String... args) throws Exception {
              String x = "PREFIX : <http://example/>\n:s :p ( :b" ;
              RDFParser
                  .fromString(x)
                  .lang(Lang.TTL)
                  .parse(new PrintingStreamRDF(System.out));
          }
      

      Attachments

        Activity

          People

            andy Andy Seaborne
            andy Andy Seaborne
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: