summaryrefslogtreecommitdiffstats
path: root/tester/rt/pygdb/spark.py
diff options
context:
space:
mode:
Diffstat (limited to 'tester/rt/pygdb/spark.py')
-rw-r--r--tester/rt/pygdb/spark.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tester/rt/pygdb/spark.py b/tester/rt/pygdb/spark.py
index 0eac365..b669998 100644
--- a/tester/rt/pygdb/spark.py
+++ b/tester/rt/pygdb/spark.py
@@ -119,7 +119,7 @@ class GenericParser:
self.augment(start)
self.ruleschanged = 1
- _NULLABLE = '\e_'
+ _NULLABLE = r'\e_'
_START = 'START'
_BOF = '|-'