We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51bd6b8 commit f7164a9Copy full SHA for f7164a9
splunklib/searchcommands/internals.py
@@ -232,7 +232,7 @@ def replace(match):
232
233
_escaped_character_re = re.compile(r'(\\.|""|[\\"])')
234
235
- _fieldnames_re = re.compile(r"""("(?:\\.|""|[^"])+"|(?:\\.|[^\s"])+)""")
+ _fieldnames_re = re.compile(r"""("(?:\\.|""|[^"\\])+"|(?:\\.|[^\s"])+)""")
236
237
_options_re = re.compile(r"""
238
# Captures a set of name/value pairs when used with re.finditer
0 commit comments