From eb37a57fb0b8d6a02aa6648924838d493e1410e4 Mon Sep 17 00:00:00 2001 From: Ingvar Stepanyan Date: Sun, 11 Jan 2015 23:36:41 +0200 Subject: [PATCH] Fix for '/text': { + type: "ExpressionStatement", + start: 0, + end: 16, + expression: { + type: "XJSElement", + start: 0, + end: 16, + openingElement: { + type: "XJSOpeningElement", + start: 0, + end: 5, + attributes: [], + name: { + type: "XJSIdentifier", + start: 1, + end: 4, + name: "div" + }, + selfClosing: false + }, + closingElement: { + type: "XJSClosingElement", + start: 10, + end: 16, + name: { + type: "XJSIdentifier", + start: 12, + end: 15, + name: "div" + } + }, + children: [{ + type: "Literal", + start: 5, + end: 10, + value: "/text", + raw: "/text" + }] + } } } };