diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-06-11 14:47:04 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-06-11 14:47:04 -0700 |
commit | 26f5144fa925d5d7275819ff86388a47e6063f7e (patch) | |
tree | 57e5dc39bc41f313feff18cf0778c5cccbf16e60 /test | |
parent | c5189b749bcc6a65d4209b2e401e0425597d2bb7 (diff) |
Fix spaces on regression test.
Diffstat (limited to 'test')
-rw-r--r-- | test/regression.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regression.txt b/test/regression.txt index 7a859a4..5f6b624 100644 --- a/test/regression.txt +++ b/test/regression.txt @@ -103,6 +103,6 @@ City: . <p>City: <span itemprop="contentLocation" itemscope itemtype="https://schema.org/City"> - <meta itemprop="name" content="Springfield"> +<meta itemprop="name" content="Springfield"> </span></p> ```````````````````````````````` |