Skip to content

Commit b03badb

Browse files
committed
Tweak repeated space test
1 parent 1b703f0 commit b03badb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
flag:
22
- There are multiple spaces here.
3-
- Check for repeated spaces.
3+
- Check for a single repeated space.
44
compliant:
55
- This sentence has one space between words.
66
- Sentences with {attributes} should not be flagged.

ValeStyles/test/adoc/styles.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2461,7 +2461,7 @@ <h2>Couchbase.RepeatedSpace</h2>
24612461

24622462
</div>
24632463
<div>
2464-
<pre>Check for<mark> </mark>repeated<mark> </mark>spaces.</pre>
2464+
<pre>Check<mark> </mark>for a single repeated space.</pre>
24652465
</div>
24662466

24672467
<div class="meta">

0 commit comments

Comments
 (0)