File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1- # coding=utf-8
21# Copyright 2011-2013 Splunk, Inc.
32#
43# Licensed under the Apache License, Version 2.0 (the "License"): you may
2524 option-name = alpha *( alpha / digit / "_" )
2625 option-value = word / quoted-string
2726 word = 1*( %01-%08 / %0B / %0C / %0E-1F / %21 / %23-%FF ) ; Any character but DQUOTE and WSP
28- quoted-string = dquote *( word / wsp / "\" dquote ) dquote
27+ quoted-string = dquote *( word / wsp / "\" dquote / dquote dquote ) dquote
2928 field-name = ( "_" / alpha ) *( alpha / digit / "_" / "." / "-" )
3029
3130 **Note:**
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ class SearchCommandParser(object):
183183 option-name = alpha *( alpha / digit / "_" )
184184 option-value = word / quoted-string
185185 word = 1*( %01-%08 / %0B / %0C / %0E-1F / %21 / %23-%FF ) ; Any character but DQUOTE and WSP
186- quoted-string = dquote *( word / wsp / "\" dquote ) dquote
186+ quoted-string = dquote *( word / wsp / "\" dquote / dquote dquote ) dquote
187187 field-name = ( "_" / alpha ) *( alpha / digit / "_" / "." / "-" )
188188
189189 **Note:**
You can’t perform that action at this time.
0 commit comments