Show More
@@ -595,7 +595,7 b' CDATA_EVIL = re.compile(br"[\\000-\\010\\01' | |||||
595 | # list in group 2, and the preceeding line output in group 1: |
|
595 | # list in group 2, and the preceeding line output in group 1: | |
596 | # |
|
596 | # | |
597 | # output..output (feature !)\n |
|
597 | # output..output (feature !)\n | |
598 |
optline = re.compile(b'(. |
|
598 | optline = re.compile(b'(.*) \((.+?) !\)\n$') | |
599 |
|
599 | |||
600 | def cdatasafe(data): |
|
600 | def cdatasafe(data): | |
601 | """Make a string safe to include in a CDATA block. |
|
601 | """Make a string safe to include in a CDATA block. |
@@ -45,9 +45,11 b' Use sort to avoid ordering issues betwee' | |||||
45 |
|
45 | |||
46 |
|
46 | |||
47 |
|
47 | |||
|
48 | (chg !) | |||
48 | 0 |
|
49 | 0 | |
49 | a message: spam |
|
50 | a message: spam | |
50 | command |
|
51 | command | |
|
52 | command (chg !) | |||
51 | commandfinish |
|
53 | commandfinish | |
52 | foo |
|
54 | foo | |
53 | foo |
|
55 | foo | |
@@ -55,8 +57,11 b' Use sort to avoid ordering issues betwee' | |||||
55 | foo |
|
57 | foo | |
56 | foo exited 0 after * seconds (glob) |
|
58 | foo exited 0 after * seconds (glob) | |
57 | logtoprocess command output: |
|
59 | logtoprocess command output: | |
|
60 | logtoprocess command output: (chg !) | |||
58 | logtoprocess commandfinish output: |
|
61 | logtoprocess commandfinish output: | |
59 | logtoprocess foo output: |
|
62 | logtoprocess foo output: | |
|
63 | serve --cmdserver chgunix * (glob) (chg !) | |||
|
64 | serve --cmdserver chgunix * (glob) (chg !) | |||
60 | spam |
|
65 | spam | |
61 |
|
66 | |||
62 | Confirm that logging blocked time catches stdio properly: |
|
67 | Confirm that logging blocked time catches stdio properly: |
General Comments 0
You need to be logged in to leave comments.
Login now