summaryrefslogtreecommitdiffstats
path: root/js/src/tests/test262-export.py
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/tests/test262-export.py')
-rwxr-xr-xjs/src/tests/test262-export.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/tests/test262-export.py b/js/src/tests/test262-export.py
index 477db883ea..dc30776973 100755
--- a/js/src/tests/test262-export.py
+++ b/js/src/tests/test262-export.py
@@ -237,7 +237,7 @@ def mergeMeta(reftest, frontmatter, includes):
if info:
# Open some space in an existing info text
if "info" in frontmatter:
- frontmatter["info"] += "\n\n \%s" % info
+ frontmatter["info"] += "\n\n \\%s" % info
else:
frontmatter["info"] = info