Viewing File: /home/ubuntu/code_review/arcanist/src/parser/html/__tests__/data/attributes-basic.txt

<a b=1 c d="e" />
~~~~~~~~~~
[
  {
    "tag": "a",
    "attributes": {
      "b": "1",
      "c": true,
      "d": "e"
    },
    "children": []
  }
]
Back to Directory File Manager