Skip to content

Commit

Permalink
Bug 739056 - Python xml - argsstring is empty, while HTML have arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri van Heesch committed Nov 16, 2014
1 parent 0ec56b7 commit 89eb624
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pyscanner.l
Original file line number Diff line number Diff line change
Expand Up @@ -938,6 +938,7 @@ STARTDOCSYMS "##"
}
")" { // end of parameter list
current->args = argListToString(current->argList);
}
":"{B} {
Expand Down

0 comments on commit 89eb624

Please sign in to comment.