mirror of
https://github.com/github/codeql.git
synced 2026-05-04 13:15:21 +02:00
Javascript/Python: Sync XML.qll
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user