summaryrefslogtreecommitdiff
path: root/python/testData/regexp/octal.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/testData/regexp/octal.py')
-rw-r--r--python/testData/regexp/octal.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/testData/regexp/octal.py b/python/testData/regexp/octal.py
new file mode 100644
index 000000000000..9941e2fd340f
--- /dev/null
+++ b/python/testData/regexp/octal.py
@@ -0,0 +1,3 @@
+import re
+
+re.compile(r'\302\273') \ No newline at end of file