Skip to content
Snippets Groups Projects
Commit e84a9319 authored by Axel Naumann's avatar Axel Naumann
Browse files

[cling,core] Improve .x arg parsing (ROOT-10097):

Dropbox folders (among others) can contain parentheses.
Without this patch, ROOT and cling misinterpret those directories as arguments.
Instead, first find the end of the ".x" line.
If the previous token was a closing paren, we assume that the preceding
tokens (up to the non-nested opening paren) belong to the argument.
parent 57ee687c
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment