Show More
@@ -617,7 +617,7 b' def tsttest(test, wd, options, replaceme' | |||
|
617 | 617 | script.append('%s -m heredoctest <<EOF\n' % PYTHON) |
|
618 | 618 | addsalt(n, True) |
|
619 | 619 | script.append(l[2:]) |
|
620 | if l.startswith(' ... '): # python inlines | |
|
620 | elif l.startswith(' ... '): # python inlines | |
|
621 | 621 | after.setdefault(prepos, []).append(l) |
|
622 | 622 | script.append(l[2:]) |
|
623 | 623 | elif l.startswith(' $ '): # commands |
General Comments 0
You need to be logged in to leave comments.
Login now