Fossil SCM
Fixed another case of extra indenting in the globs doc
Commit
ea3925bdc146754500c4ed12e1d18ca4d01165e1c377e0589f381d0b98699d73
Parent
99e6f717bf49af9…
1 file changed
+1
-1
+1
-1
| --- www/globs.md | ||
| +++ www/globs.md | ||
| @@ -42,11 +42,11 @@ | ||
| 42 | 42 | entire pattern_ with either single or double quotation marks. Internal |
| 43 | 43 | quotation marks are treated literally. Moreover, a pattern that begins |
| 44 | 44 | with a quote mark ends when the first instance of the same mark occurs, |
| 45 | 45 | _not_ at a whitespace or comma. Thus, this: |
| 46 | 46 | |
| 47 | - "foo bar"qux | |
| 47 | + "foo bar"qux | |
| 48 | 48 | |
| 49 | 49 | …constitutes _two_ patterns rather than one with an embedded space, in |
| 50 | 50 | contravention of normal shell quoting rules. |
| 51 | 51 | |
| 52 | 52 | A list matches a file when any pattern in that list matches. |
| 53 | 53 |
| --- www/globs.md | |
| +++ www/globs.md | |
| @@ -42,11 +42,11 @@ | |
| 42 | entire pattern_ with either single or double quotation marks. Internal |
| 43 | quotation marks are treated literally. Moreover, a pattern that begins |
| 44 | with a quote mark ends when the first instance of the same mark occurs, |
| 45 | _not_ at a whitespace or comma. Thus, this: |
| 46 | |
| 47 | "foo bar"qux |
| 48 | |
| 49 | …constitutes _two_ patterns rather than one with an embedded space, in |
| 50 | contravention of normal shell quoting rules. |
| 51 | |
| 52 | A list matches a file when any pattern in that list matches. |
| 53 |
| --- www/globs.md | |
| +++ www/globs.md | |
| @@ -42,11 +42,11 @@ | |
| 42 | entire pattern_ with either single or double quotation marks. Internal |
| 43 | quotation marks are treated literally. Moreover, a pattern that begins |
| 44 | with a quote mark ends when the first instance of the same mark occurs, |
| 45 | _not_ at a whitespace or comma. Thus, this: |
| 46 | |
| 47 | "foo bar"qux |
| 48 | |
| 49 | …constitutes _two_ patterns rather than one with an embedded space, in |
| 50 | contravention of normal shell quoting rules. |
| 51 | |
| 52 | A list matches a file when any pattern in that list matches. |
| 53 |