Javascript/Python: Sync XML.qll

This commit is contained in:
Anders Schack-Mulligen
2020-01-29 13:31:25 +01:00
parent 0d4b2e4bf7
commit 743b612d0d
2 changed files with 4 additions and 10 deletions

View File

@@ -100,11 +100,8 @@ class XMLParent extends @xmlparent {
* left to right, separated by a space.
*/
string allCharactersString() {
result = concat(string chars, int pos |
xmlChars(_, chars, this, pos, _, _)
|
chars, " " order by pos
)
result =
concat(string chars, int pos | xmlChars(_, chars, this, pos, _, _) | chars, " " order by pos)
}
/** Gets the text value contained in this XML parent. */