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 0dd0ed3 commit a008851Copy full SHA for a008851
tests.py
@@ -719,7 +719,7 @@ def testRE(self):
719
'rule test { strings: $a = /[M-N]iss/ nocase condition: $a }',
720
'rule test { strings: $a = /(Mi|ssi)ssippi/ nocase condition: $a }',
721
r'rule test { strings: $a = /ppi\tmi/ condition: $a }',
722
- 'rule test { strings: $a = /ppi\.mi/ condition: $a }',
+ r'rule test { strings: $a = /ppi\.mi/ condition: $a }',
723
'rule test { strings: $a = /^mississippi/ fullword condition: $a }',
724
'rule test { strings: $a = /mississippi.*mississippi$/s condition: $a }',
725
], 'mississippi\tmississippi.mississippi\nmississippi')
0 commit comments