Fossil SCM
Fix build by escaping the backslash in the help text of test-strip-comment-lines.
Commit
cbfaec5875c3c274fc947e84cd7b7c55b2458a34d4da3648a8ce84ea0f7abbca
Parent
9558bf829429aa1…
1 file changed
+1
-1
+1
-1
| --- src/blob.c | ||
| +++ src/blob.c | ||
| @@ -898,11 +898,11 @@ | ||
| 898 | 898 | ** COMMAND: test-strip-comment-lines |
| 899 | 899 | ** |
| 900 | 900 | ** Usage: %fossil test-strip-comment-lines ?OPTIONS? INPUTFILE |
| 901 | 901 | ** |
| 902 | 902 | ** Read INPUTFILE and print it without comment lines (starting with '#'). |
| 903 | -** Keep lines starting with "\#" but remove the initial backslash. | |
| 903 | +** Keep lines starting with "\\#" but remove the initial backslash. | |
| 904 | 904 | ** |
| 905 | 905 | ** This is used to test and debug the blob_strip_comment_lines() routine. |
| 906 | 906 | ** |
| 907 | 907 | ** Options: |
| 908 | 908 | ** -y|--side-by-side Show diff of INPUTFILE and output side-by-side |
| 909 | 909 |
| --- src/blob.c | |
| +++ src/blob.c | |
| @@ -898,11 +898,11 @@ | |
| 898 | ** COMMAND: test-strip-comment-lines |
| 899 | ** |
| 900 | ** Usage: %fossil test-strip-comment-lines ?OPTIONS? INPUTFILE |
| 901 | ** |
| 902 | ** Read INPUTFILE and print it without comment lines (starting with '#'). |
| 903 | ** Keep lines starting with "\#" but remove the initial backslash. |
| 904 | ** |
| 905 | ** This is used to test and debug the blob_strip_comment_lines() routine. |
| 906 | ** |
| 907 | ** Options: |
| 908 | ** -y|--side-by-side Show diff of INPUTFILE and output side-by-side |
| 909 |
| --- src/blob.c | |
| +++ src/blob.c | |
| @@ -898,11 +898,11 @@ | |
| 898 | ** COMMAND: test-strip-comment-lines |
| 899 | ** |
| 900 | ** Usage: %fossil test-strip-comment-lines ?OPTIONS? INPUTFILE |
| 901 | ** |
| 902 | ** Read INPUTFILE and print it without comment lines (starting with '#'). |
| 903 | ** Keep lines starting with "\\#" but remove the initial backslash. |
| 904 | ** |
| 905 | ** This is used to test and debug the blob_strip_comment_lines() routine. |
| 906 | ** |
| 907 | ** Options: |
| 908 | ** -y|--side-by-side Show diff of INPUTFILE and output side-by-side |
| 909 |