[Bug 29177] New: Missing commas in example JSON

https://www.w3.org/Bugs/Public/show_bug.cgi?id=29177

            Bug ID: 29177
           Summary: Missing commas in example JSON
           Product: XPath / XQuery / XSLT
           Version: Last Call drafts
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSLT 3.0
          Assignee: mike@saxonica.com
          Reporter: joewiz@gmail.com
        QA Contact: public-qt-comments@w3.org
  Target Milestone: ---

In http://www.w3.org/TR/xslt-30/#json-to-xml-mapping, the example JSON
(specifically, http://www.w3.org/TR/xslt-30/#d7e61203) is missing trailing
commas in lines 4-5 (carats are mine for emphasis):

  "uptodate": true
                  ^
  "author"  : null
                  ^
Should be:

  "uptodate": true,
                  ^
  "author"  : null,
                  ^

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 5 October 2015 06:37:33 UTC